Commit 7071d064 by Stuart Henderson

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
parent 44fb48ef
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> 2011-05-03 Stuart Henderson <shenders@gcc.gnu.org>
Originally from Bernd Schmidt Originally from Bernd Schmidt
......
...@@ -27,6 +27,11 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see ...@@ -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() #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" #define MD_UNWIND_SUPPORT "config/bfin/linux-unwind.h"
/* Like the definition in gcc.c, but for purposes of uClinux, every link is /* Like the definition in gcc.c, but for purposes of uClinux, every link is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment