diff options
author | Daniel Jacobowitz <dan@codesourcery.com> | 2007-01-04 16:52:02 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@gcc.gnu.org> | 2007-01-04 16:52:02 +0000 |
commit | 1555beba2fee33d8e0b4017052eede208067c5bd (patch) | |
tree | 3c4a36267750e711cfc25523994625aa8c283fc7 /libgcc | |
parent | 762c919f44677099fd2fe3e8c7e4d98ac1dca287 (diff) | |
download | gcc-1555beba2fee33d8e0b4017052eede208067c5bd.tar.gz |
* config.host (ia64*-*-linux*): Set tmake_file.
From-SVN: r120443
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 46d9b47ee74..297cc71d35a 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,5 +1,9 @@ 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com> + * config.host (ia64*-*-linux*): Set tmake_file. + +2007-01-04 Daniel Jacobowitz <dan@codesourcery.com> + * Makefile.in (version): Define. 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com> diff --git a/libgcc/config.host b/libgcc/config.host index 209ac2415a9..ac18f04a0a4 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -371,6 +371,7 @@ ia64*-*-freebsd*) ;; ia64*-*-linux*) extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o" + tmake_file="ia64/t-ia64" ;; ia64*-*-hpux*) ;; |