* config/t-netbsd (USER_H): Set to $(EXTRA_HEADERS).

From-SVN: r59795
This commit is contained in:
Jason Thorpe 2002-12-04 01:33:38 +00:00 committed by Jason Thorpe
parent 3678a93e2f
commit 44924a365e
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -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