entered into RCS

From-SVN: r18
This commit is contained in:
Richard Stallman 1991-03-27 23:51:45 +00:00
parent cf0b71d43e
commit d5c335d796
1 changed files with 11 additions and 0 deletions

11
gcc/config/m68k/x-hp320 Normal file
View File

@ -0,0 +1,11 @@
# 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
# 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.