t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.

* t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.
        * x-netbsd: Likewise
        * x-dgux (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS
        (INSTALL_HEADERS): Delete.
        * x-dguxbcs: Likewise.
        * x-hp3bsd44: Likewise
        * x-pa: Likewise.

From-SVN: r14959
This commit is contained in:
Jeffrey A Law 1997-08-27 06:51:37 +00:00 committed by Jeff Law
parent 47d3640028
commit ed4044e070
8 changed files with 20 additions and 9 deletions

View File

@ -1,3 +1,13 @@
Wed Aug 27 00:49:14 1997 Jeffrey A Law (law@cygnus.com)
* t-freebsd (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS.
* x-netbsd: Likewise
* x-dgux (USER_H): Include EXTRA_HEADERS and LANG_EXTRA_HEADERS
(INSTALL_HEADERS): Delete.
* x-dguxbcs: Likewise.
* x-hp3bsd44: Likewise
* x-pa: Likewise.
Wed Aug 27 00:30:00 1997 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
* i386.md (pop): pop increments the stack pointer.

View File

@ -1,4 +1,5 @@
# Don't run fixproto
STMP_FIXPROTO =
# Use only native include files
USER_H =
USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS)

View File

@ -6,6 +6,6 @@ X_CFLAGS = -O -mstandard -mlegend
BOOT_CFLAGS = -O2 -g -mstandard -mlegend $(CFLAGS)
CLIB = -lw32
RANLIB = true
INSTALL_HEADERS =
USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS)
STMP_FIXPROTO =

View File

@ -1,2 +1 @@
CC=/usr/local/bin/gcc
INSTALL_HEADERS=
USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS)

View File

@ -1,5 +1,6 @@
CC = gcc
BISONFLAGS = -l
INSTALL_HEADERS =
USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS)
STMP_FIXPROTO =
X_CFLAGS = -O -mstandard -mlegend

View File

@ -1,5 +1,4 @@
CC = gcc
BISONFLAGS = -l
INSTALL_HEADERS =
USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS)
STMP_FIXPROTO =

View File

@ -3,7 +3,8 @@ STMP_FIXPROTO =
# We don't need GCC's own include files.
USER_H = $(srcdir)/ginclude/stdarg.h $(srcdir)/ginclude/varargs.h \
$(srcdir)/ginclude/va-mips.h
$(srcdir)/ginclude/va-mips.h $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS)
XLIMITS_H =
# We don't need even the files GCC insists we need.

View File

@ -1,3 +1,3 @@
# BSD on the PA already has ANSI include files which are c++ compatible.
INSTALL_HEADERS=
USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS)
STMP_FIXPROTO=