mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 02:10:29 +08:00
2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
From Jie Zhang: * config/bfin/uclinux.h (LINK_GCC_C_SEQUENCE_SPEC): Make sure libbffastfp overrides libgcc when -mfast-fp. From-SVN: r173308
This commit is contained in:
parent
44fb48ef0b
commit
7071d0648c
@ -1,3 +1,9 @@
|
||||
2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
|
||||
|
||||
From Jie Zhang:
|
||||
* config/bfin/uclinux.h (LINK_GCC_C_SEQUENCE_SPEC): Make sure
|
||||
libbffastfp overrides libgcc when -mfast-fp.
|
||||
|
||||
2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
|
||||
|
||||
Originally from Bernd Schmidt
|
||||
|
@ -27,6 +27,11 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||
|
||||
#define TARGET_OS_CPP_BUILTINS() GNU_USER_TARGET_OS_CPP_BUILTINS()
|
||||
|
||||
#undef LINK_GCC_C_SEQUENCE_SPEC
|
||||
#define LINK_GCC_C_SEQUENCE_SPEC "\
|
||||
%{mfast-fp:-lbffastfp} %G %L %{mfast-fp:-lbffastfp} %G \
|
||||
"
|
||||
|
||||
#define MD_UNWIND_SUPPORT "config/bfin/linux-unwind.h"
|
||||
|
||||
/* Like the definition in gcc.c, but for purposes of uClinux, every link is
|
||||
|
Loading…
x
Reference in New Issue
Block a user