diff options
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 |