diff options
author | thorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-04 01:33:38 +0000 |
---|---|---|
committer | thorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-04 01:33:38 +0000 |
commit | 3ed88cc92705b46b65a145da60443e50cc343893 (patch) | |
tree | e4043155cb908a223e7ebcf93122e648cfbdbf68 | |
parent | 763c008a3746ca1ea2550efacae58ce769731414 (diff) | |
download | gcc-3ed88cc92705b46b65a145da60443e50cc343893.tar.gz |
* config/t-netbsd (USER_H): Set to $(EXTRA_HEADERS).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59795 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/t-netbsd | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 73406ad7266..88cf1472eab 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 fa2a4886320..919543ad427 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 |