Initial revision
From-SVN: r249
This commit is contained in:
parent
a8fdc208b8
commit
8697bba18b
22
gcc/config/m68k/x-hp320g
Normal file
22
gcc/config/m68k/x-hp320g
Normal file
@ -0,0 +1,22 @@
|
||||
# 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.
|
||||
|
||||
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.
|
||||
|
||||
# You must get alloca.c from GNU Emacs.
|
||||
|
||||
# Control how libgcc.a is made.
|
||||
LIBGCC1 = libgcc1.conv
|
||||
|
||||
# Alas, we don't know where these programs can be found.
|
||||
# We can only guess.
|
||||
AR=/usr/local/gnubin/ar
|
||||
|
||||
LIBCONVERT=/usr/local/bin/hpxt
|
Loading…
Reference in New Issue
Block a user