diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-21 18:02:34 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-21 18:02:34 +0000 |
commit | 019b48686714dd2a9e1e3d1e72004f015bf17fe5 (patch) | |
tree | 4238fb85fae4c86004f66197aef78b62a37c12c9 /gcc | |
parent | b7b62369787d2223b2c50b1ee882393d0f0b55fe (diff) | |
download | gcc-019b48686714dd2a9e1e3d1e72004f015bf17fe5.zip gcc-019b48686714dd2a9e1e3d1e72004f015bf17fe5.tar.gz gcc-019b48686714dd2a9e1e3d1e72004f015bf17fe5.tar.bz2 |
(ENQUIRE_CFLAGS): Remove; obsolete.
From-SVN: r1651
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/x-amix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/m68k/x-amix b/gcc/config/m68k/x-amix index 9eb7aa8..6ec4f63 100644 --- a/gcc/config/m68k/x-amix +++ b/gcc/config/m68k/x-amix @@ -25,9 +25,3 @@ LDFLAGS = -ansi mandir = /usr/man/1l manext = - -# 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 |