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 /gcc/config/t-netbsd | |
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
Diffstat (limited to 'gcc/config/t-netbsd')
-rw-r--r-- | gcc/config/t-netbsd | 4 |
1 files changed, 4 insertions, 0 deletions
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 |