diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1995-12-20 01:06:22 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1995-12-20 01:06:22 +0000 |
commit | c482518380683ee38d14024c1e362a0d681cf967 (patch) | |
tree | e69b4f6d3fee3aced20a41f3fdf543fc1c77fb5d /gnu/usr.bin/gcc/config/m68k/x-hp320g | |
parent | 76a62188d0db49c65b696d474c855a799fd96dce (diff) |
FSF GCC version 2.7.2
Diffstat (limited to 'gnu/usr.bin/gcc/config/m68k/x-hp320g')
-rw-r--r-- | gnu/usr.bin/gcc/config/m68k/x-hp320g | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/config/m68k/x-hp320g b/gnu/usr.bin/gcc/config/m68k/x-hp320g new file mode 100644 index 00000000000..38f201e8e8b --- /dev/null +++ b/gnu/usr.bin/gcc/config/m68k/x-hp320g @@ -0,0 +1,17 @@ +# Make assignments for compilation on HPUX with their C compiler. +CC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300 +OLDCC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300 +ALLOCA=alloca.o +# B option not supported on hpux. +TAROUTOPTS = xpf + +# For CCLIBFLAGS you might want to specify the switch that +# forces only 68000 instructions to be used. + +X_CFLAGS= -I../hp-include + +# Version 5 of HPUX had a compiler bug that made it crash with -g. +# You must set CFLAGS to empty on version 5. + +# So putenv and other functions get seen by fixproto. +FIXPROTO_DEFINES = -D_HPUX_SOURCE |