diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1995-12-21 01:17:23 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1995-12-21 01:17:23 +0000 |
commit | 45b8cd0825f894eda5c4b56f17ad02972f7bf2ff (patch) | |
tree | 4afa647bdd533546a136a45d234171ef616154c6 /gnu/usr.bin/gcc/config.sub | |
parent | ee08dd3862586da3be6365b2bfcb077a4efba6cc (diff) |
First cut at making a minimal intrusive munge of gcc to fit in a BSD
framework. This means, provide a Makefile.bsd-wrapper. Remove
intermediate files from the source dir. Build them in the obj-dir.
Add some Makefile hooks so we can tune the std Makefile for our
purpose but still have it behave normal for out-of-tree
configurations. Only i386 is supported for now. The other archs will
follow soon. This checkin requires an existing makeinfo and a yacc
that accepts -o.
Diffstat (limited to 'gnu/usr.bin/gcc/config.sub')
-rw-r--r-- | gnu/usr.bin/gcc/config.sub | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/config.sub b/gnu/usr.bin/gcc/config.sub index e67a800b515..bd53138da4c 100644 --- a/gnu/usr.bin/gcc/config.sub +++ b/gnu/usr.bin/gcc/config.sub @@ -638,7 +638,8 @@ case $os in | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ + | -hiux* | -386bsd* | -netbsd* | -freebsd* | -openbsd* \ + | -riscix* \ | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* ) |