diff options
Diffstat (limited to 'gcc/config/m68k/x-hp320')
-rwxr-xr-x | gcc/config/m68k/x-hp320 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gcc/config/m68k/x-hp320 b/gcc/config/m68k/x-hp320 deleted file mode 100755 index 46f68e6..0000000 --- a/gcc/config/m68k/x-hp320 +++ /dev/null @@ -1,17 +0,0 @@ -# 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. - -# Version 5 of HPUX had a compiler bug that made it crash with -g. -# You must set CFLAGS to empty on version 5. - -# You must get alloca.c from GNU Emacs. - -# So putenv and other functions get seen by fixproto. -FIXPROTO_DEFINES = -D_HPUX_SOURCE |