diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-04 18:46:57 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-07-04 18:46:57 +0000 |
commit | 3253d47f0c830f30e93af06336311bfaf1621789 (patch) | |
tree | a28c49f044ddebcf373f2cc6c38518f8a2a1ea2e /gcc/config/m68k/x-amix | |
parent | 7cb8390a1202158dcd1a9eb871e347a473ff745a (diff) | |
download | gcc-3253d47f0c830f30e93af06336311bfaf1621789.tar.gz |
(ENQUIRE_CFLAGS, FIXINCLUDES): Deleted.
(X_CFLAGS): Added.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1429 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/x-amix')
-rw-r--r-- | gcc/config/m68k/x-amix | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/gcc/config/m68k/x-amix b/gcc/config/m68k/x-amix index 804e14a350e..171275cb125 100644 --- a/gcc/config/m68k/x-amix +++ b/gcc/config/m68k/x-amix @@ -1,11 +1,6 @@ # Makefile configuration for Commodore Amiga running SVR4. # (configure amiga-amix) -# Under SVR4, the ucb version of install is compatible, but not normally -# first in the shell search path, so specify it explicitly. - -INSTALL = /usr/ucb/install -c - # The Amiga ships with gcc installed, so use it as the default CC. CC = /usr/public/bin/gcc @@ -31,10 +26,14 @@ LDFLAGS = -ansi mandir = /usr/man/1l manext = -# Set up flags to use when compiling and linking enquire. - -ENQUIRE_CFLAGS = -DNO_SC -DNO_MEM -DNO_STDDEF -ansi +# These should be in a t-amix file...if they are really needed. +# But I'd like to see if they are really needed +# before I create a t-amix file. -- rms. +## Set up flags to use when compiling and linking enquire. +#ENQUIRE_CFLAGS = -DNO_SC -DNO_MEM -DNO_STDDEF -ansi -# Use SVR4 version of fixincludes. +# For svr4 we link stuff *without* dynamic libraries for now... at least +# until there is a version of GDB which understands *both* Dwarf *and* +# svr4 shared libraries. -FIXINCLUDES = fixinc.svr4 +X_CFLAGS=-static |