diff options
author | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-04 16:52:02 +0000 |
---|---|---|
committer | drow <drow@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-04 16:52:02 +0000 |
commit | c11c6ae352d7dfb6cb45df46052538d6fbb3cfeb (patch) | |
tree | 3c4a36267750e711cfc25523994625aa8c283fc7 /libgcc/config.host | |
parent | 0d9f413edbafbfe7627665e9f8431e6fb3e58cf5 (diff) | |
download | gcc-c11c6ae352d7dfb6cb45df46052538d6fbb3cfeb.tar.gz |
* config.host (ia64*-*-linux*): Set tmake_file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120443 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 1 |
1 files changed, 1 insertions, 0 deletions
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*) ;; |