[PATCH] Revert USER_H tweak for NetBSD

Jason R Thorpe thorpej@wasabisystems.com
Fri Feb 7 15:52:00 GMT 2003


This backs out a previous (misguided) change I made to this file before
3.3 was branched.  I've discussed the problem it attempted to address
with Krister Walfridsson, and we'll fix the problem correctly later.

Mark -- This patch needs to go onto the 3.3 branch, as well.  OK?

	* config/t-netbsd (USER_H): Revert previous change.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>
-------------- next part --------------
Index: config/t-netbsd
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/t-netbsd,v
retrieving revision 1.7
diff -c -r1.7 t-netbsd
*** config/t-netbsd	4 Dec 2002 01:33:38 -0000	1.7
--- config/t-netbsd	7 Feb 2003 15:46:15 -0000
***************
*** 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
--- 1,5 ----


More information about the Gcc-patches mailing list