aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@wasabisystems.com>2002-12-04 01:33:38 +0000
committerJason Thorpe <thorpej@gcc.gnu.org>2002-12-04 01:33:38 +0000
commit44924a365ec152490b76ff2b4e2f6c759a492c52 (patch)
treee4043155cb908a223e7ebcf93122e648cfbdbf68 /gcc
parent3678a93e2ffabc15e9c3c788c00bde559453cb68 (diff)
downloadgcc-44924a365ec152490b76ff2b4e2f6c759a492c52.zip
gcc-44924a365ec152490b76ff2b4e2f6c759a492c52.tar.gz
gcc-44924a365ec152490b76ff2b4e2f6c759a492c52.tar.bz2
* config/t-netbsd (USER_H): Set to $(EXTRA_HEADERS).
From-SVN: r59795
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/t-netbsd4
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 73406ad..88cf147 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-03 Jason Thorpe <thorpej@wasabisystems.com>
+
+ * config/t-netbsd (USER_H): Set to $(EXTRA_HEADERS).
+
2002-12-03 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/spe.md (*movv1di_const0): New pattern.
diff --git a/gcc/config/t-netbsd b/gcc/config/t-netbsd
index fa2a488..919543ad 100644
--- a/gcc/config/t-netbsd
+++ b/gcc/config/t-netbsd
@@ -1,5 +1,9 @@
# Don't run fixproto
STMP_FIXPROTO =
+# We don't want the base GCC user headers, but we do want
+# any extras a target might specify.
+USER_H = $(EXTRA_HEADERS)
+
# Always build crtstuff with PIC.
CRTSTUFF_T_CFLAGS = -fPIC