diff options
author | Stan Cox <coxs@gnu.org> | 1996-05-17 18:02:09 +0000 |
---|---|---|
committer | Stan Cox <coxs@gnu.org> | 1996-05-17 18:02:09 +0000 |
commit | 0ef1d6eeee3c4bd361ce5bf7779a5a9518df894d (patch) | |
tree | 5c0de4b5d14a4e3201aee21a2ccc89f4e67f4a41 | |
parent | 7023931ae4208ecfc67de1ef6f04c107f1a3908b (diff) | |
download | gcc-0ef1d6eeee3c4bd361ce5bf7779a5a9518df894d.zip gcc-0ef1d6eeee3c4bd361ce5bf7779a5a9518df894d.tar.gz gcc-0ef1d6eeee3c4bd361ce5bf7779a5a9518df894d.tar.bz2 |
(X_CFLAGS): New.
From-SVN: r12012
-rw-r--r-- | gcc/config/m88k/x-dgux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m88k/x-dgux b/gcc/config/m88k/x-dgux index 8495b8d..9282cfd 100644 --- a/gcc/config/m88k/x-dgux +++ b/gcc/config/m88k/x-dgux @@ -2,4 +2,4 @@ CC = gcc BISONFLAGS = -l INSTALL_HEADERS = STMP_FIXPROTO = - +X_CFLAGS = -O -mstandard -mlegend |