diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2010-09-09 22:19:33 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2010-09-09 22:19:33 +0000 |
commit | be1c764ef44e1b2e1b04f49f24b699b3e2911c2f (patch) | |
tree | bafc1692fd8dcf0a64982cb29bd677d1bd79763e /libgcc | |
parent | 26865ab4e8a09b607fae1c338137a4ac65c476cc (diff) | |
download | gcc-be1c764ef44e1b2e1b04f49f24b699b3e2911c2f.tar.gz |
re PR target/40959 (FreeBSD/ia64 build fails: No rule to make target `/usr/ports/lang/gcc43/work/build/ia64-portbld-freebsd8.0/libgcc/crtfastmath.o', needed by `T_TARGET'.)
2010-09-09 Gerald Pfeifer <gerald@pfeifer.com>
Andrew Pinski <pinskia@gmail.com>
PR target/40959
* config.host (ia64*-*-freebsd*): Set extra_parts. Set tmake_file.
Co-Authored-By: Andrew Pinski <pinskia@gmail.com>
From-SVN: r164132
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 6 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index aa5a736e42e..c7eb7bff248 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,9 @@ +2010-09-09 Gerald Pfeifer <gerald@pfeifer.com> + Andrew Pinski <pinskia@gmail.com> + + PR target/40959 + * config.host (ia64*-*-freebsd*): Set extra_parts. Set tmake_file. + 2010-09-06 H.J. Lu <hongjiu.lu@intel.com> PR target/45524 diff --git a/libgcc/config.host b/libgcc/config.host index 9d9ae3a08de..8024277a717 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -347,6 +347,8 @@ ia64*-*-elf*) tmake_file="ia64/t-ia64" ;; ia64*-*-freebsd*) + extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o" + tmake_file="ia64/t-ia64" ;; ia64*-*-linux*) extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o" |