aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-12-09 17:23:37 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2010-12-09 17:23:37 +0000
commit2337b6b7c1d160f5e935ba869acb5f4dede6f35f (patch)
tree8c7e8b574ef85dfc153270cb86b359421ace61ef /gcc
parent0ad273895f8ee40418cb575a8c76974b5ee6ab8f (diff)
downloadgcc-2337b6b7c1d160f5e935ba869acb5f4dede6f35f.zip
gcc-2337b6b7c1d160f5e935ba869acb5f4dede6f35f.tar.gz
gcc-2337b6b7c1d160f5e935ba869acb5f4dede6f35f.tar.bz2
* config.gcc (ia64*-*-linux*, ia64*-*-hpux*): Don't use svr4.h.
From-SVN: r167655
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config.gcc4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 79d1d88..3fe7bdf 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2010-12-09 Joseph Myers <joseph@codesourcery.com>
+ * config.gcc (ia64*-*-linux*, ia64*-*-hpux*): Don't use svr4.h.
+
+2010-12-09 Joseph Myers <joseph@codesourcery.com>
+
* config/pa/pa32-linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Define.
* config.gcc (hppa*64*-*-linux*, hppa*-*-linux*): Don't use
svr4.h.
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 50713a9..731e72e 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1553,7 +1553,7 @@ ia64*-*-freebsd*)
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
;;
ia64*-*-linux*)
- tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h ia64/sysv4.h ia64/linux.h"
+ tm_file="${tm_file} dbxelf.h elfos.h linux.h glibc-stdint.h ia64/sysv4.h ia64/linux.h"
tmake_file="${tmake_file} ia64/t-ia64 t-libunwind ia64/t-glibc"
if test x$with_system_libunwind != xyes ; then
tmake_file="${tmake_file} t-libunwind-elf ia64/t-glibc-libunwind"
@@ -1562,7 +1562,7 @@ ia64*-*-linux*)
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o"
;;
ia64*-*-hpux*)
- tm_file="${tm_file} dbxelf.h elfos.h svr4.h ia64/sysv4.h ia64/hpux.h"
+ tm_file="${tm_file} dbxelf.h elfos.h ia64/sysv4.h ia64/hpux.h"
tmake_file="ia64/t-ia64 ia64/t-hpux"
target_cpu_default="MASK_GNU_AS"
case x$enable_threads in