mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
Revert "C-SKY:Fix dynamic linker's name when mfloat-abi=softfp."
This reverts commit 7449320983b664aba506d7674ea0ce142dd3d4ed.
This commit is contained in:
parent
ab5ee31e14
commit
33e5907ee6
@ -3,7 +3,7 @@ csky*)
|
||||
abi=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null |
|
||||
sed -n 's/^#define __CSKYABI__ \(.*\)/\1/p'`
|
||||
float_abi=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null |
|
||||
sed -n 's/^#define __CSKY_HARD_FLOAT_ABI__ \(.*\)/\1/p'`
|
||||
sed -n 's/^#define __CSKY_HARD_FLOAT__ \(.*\)/\1/p'`
|
||||
|
||||
case "$abi" in
|
||||
1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user