diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-15 13:05:54 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-15 13:05:54 +0000 |
commit | 8cff5eebbacf6796fa770ab37fbda5f51a38f97d (patch) | |
tree | a3d1d69e98658a6dbe2c54d254badee69582906e /gcc/config/i386/t-beos | |
parent | 74e387fc329ac9d32167f52bf5ab5e3eb9865bee (diff) | |
download | gcc-8cff5eebbacf6796fa770ab37fbda5f51a38f97d.tar.gz |
* config.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target
makefile frag, not host makefile frag.
(m88k-dg-dguxbcs*): Add m88k/t-dgux to tmake_file.
(hppa*): Add pa/t-bsd to tmake_file where no special xmake_file is
used.
(hppa*-*-openbsd*): Don't use nonexitent pa/t-openbsd.
* config/m88k/t-dguxbcs: Remove definitions already in t-dgux.
* config/m88k/t-dgux (STMP_FIXPROTO): Define.
* config/i386/t-cygwin (STMP_FIXPROTO): Define.
* config/i386/t-dgux (STMP_FIXPROTO): Define.
* config/x-interix: Don't define STMP_FIXPROTO and
FIXPROTO_DEFINES.
* config/t-interix: New file, define STMP_FIXPROTO.
* config/i386/x-beos (STMP_FIXPROTO): Don't define here.
* config/i386/t-beos (STMP_FIXPROTO): Define here instead.
* config/t-svr4 (FIXPROTO_DEFINES): Define.
* config/arm/t-riscix (FIXPROTO_DEFINES): Define.
* config/i386/t-sco5 (FIXPROTO_DEFINES): Define.
* config/i386/t-sco5gas (FIXPROTO_DEFINES): Define.
* config/m68k/t-hp3200: Renamed from x-hp3200.
* config/i370/t-oe: Renamed from x-oe.
* config/mips/t-iris: Renamed from x-iris.
* config/pa/t-bsd: Renamed from x-pa.
* config/pa/t-pa-hpux: Renamed from x-pa-hpux.
* config/x-linux, config/i386/x-cygwin, config/i386/x-dgux,
config/m88k/x-dgux, config/x-svr4, config/arm/x-riscix,
config/i386/x-sco5, config/m68k/x-hp320g, config/mips/x-iris6,
config/rs6000/x-cygwin: Remove files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47052 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/t-beos')
-rw-r--r-- | gcc/config/i386/t-beos | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/i386/t-beos b/gcc/config/i386/t-beos index b5c8ec20871..e545abd7d07 100644 --- a/gcc/config/i386/t-beos +++ b/gcc/config/i386/t-beos @@ -2,3 +2,6 @@ # we are most likely to want to apply any fixes to. SYSTEM_HEADER_DIR = /boot/develop/headers/posix CROSS_SYSTEM_HEADER_DIR = $(tooldir)/sys-include/posix + +# Don't run fixproto +STMP_FIXPROTO = |