mirror of git://gcc.gnu.org/git/gcc.git
* config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
From-SVN: r130319
This commit is contained in:
parent
8c2123af69
commit
f43e89a3f6
|
|
@ -1,3 +1,7 @@
|
||||||
|
2007-11-20 Rask Ingemann Lambertsen <rask@sygehus.dk>
|
||||||
|
|
||||||
|
* config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
|
||||||
|
|
||||||
2007-10-27 H.J. Lu <hongjiu.lu@intel.com>
|
2007-10-27 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR regression/33926
|
PR regression/33926
|
||||||
|
|
|
||||||
|
|
@ -384,6 +384,8 @@ i[34567]86-*-interix3*)
|
||||||
i[34567]86-*-kaos*)
|
i[34567]86-*-kaos*)
|
||||||
;;
|
;;
|
||||||
ia64*-*-elf*)
|
ia64*-*-elf*)
|
||||||
|
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
|
||||||
|
tmake_file="ia64/t-ia64"
|
||||||
;;
|
;;
|
||||||
ia64*-*-freebsd*)
|
ia64*-*-freebsd*)
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue