diff options
author | Richard Stallman <rms@gnu.org> | 1993-05-15 04:38:49 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-05-15 04:38:49 +0000 |
commit | 668450ce64f733bcaf8c41f1c156c48a5e2afd1a (patch) | |
tree | 907273d518a869633b8c2259ebefc5138e541355 /gcc | |
parent | 8e063665475d07ea9e79a3e5d2fcb75162288c6f (diff) | |
download | gcc-668450ce64f733bcaf8c41f1c156c48a5e2afd1a.zip gcc-668450ce64f733bcaf8c41f1c156c48a5e2afd1a.tar.gz gcc-668450ce64f733bcaf8c41f1c156c48a5e2afd1a.tar.bz2 |
(X_CFLAGS): Defined.
(GCC_CFLAGS): Definition deleted.
From-SVN: r4463
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i860/x-sysv4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i860/x-sysv4 b/gcc/config/i860/x-sysv4 index 7b5a188..63e0e9a 100644 --- a/gcc/config/i860/x-sysv4 +++ b/gcc/config/i860/x-sysv4 @@ -42,4 +42,4 @@ ALLOCA=alloca.o # (This is an undocumented feature of the native svr4 C compiler.) CCLIBFLAGS=-Bstatic -dn -gg -GCC_CFLAGS=-static -g -O2 -B./ +X_CFLAGS=-static -g -O2 |