diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-01-29 04:41:39 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-01-29 04:41:39 +0000 |
commit | bfb0e2ef5a2daa227eecc9b9be26cebaa91b5c11 (patch) | |
tree | ee6ed1256acdaf6e3ab67e61293faff13baea475 | |
parent | c8ad158dbe3d3f4879abba4bb9a9190054425f5d (diff) | |
download | gcc-bfb0e2ef5a2daa227eecc9b9be26cebaa91b5c11.tar.gz |
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/config/m68k/x-hp320g | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gcc/config/m68k/x-hp320g b/gcc/config/m68k/x-hp320g new file mode 100644 index 00000000000..e30cdd8daf8 --- /dev/null +++ b/gcc/config/m68k/x-hp320g @@ -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 |