mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 02:03:35 +08:00
Revert "C-SKY:Fix dynamic linker's name when mfloat-abi=softfp."
This reverts commit 7449320983
.
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…
Reference in New Issue
Block a user