diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-01-15 08:37:29 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-01-15 08:37:29 -0500 |
commit | 311519df059e8cd839819526b2532ce800fd7e89 (patch) | |
tree | 474fcf4eed1a99ec82e2cf0d8290e80e01b97eee /gcc/config/x-linux | |
parent | 8baa67d994f798d4a4a7c9cbe3723463efcf838f (diff) | |
download | gcc-311519df059e8cd839819526b2532ce800fd7e89.tar.gz |
(INSTALL_ASSERT_H): Unset it.
From-SVN: r10986
Diffstat (limited to 'gcc/config/x-linux')
-rw-r--r-- | gcc/config/x-linux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/x-linux b/gcc/config/x-linux index ea2a5f270b3..eeca9d1d843 100644 --- a/gcc/config/x-linux +++ b/gcc/config/x-linux @@ -12,3 +12,6 @@ BOOT_CFLAGS = -O $(CFLAGS) -Iinclude # Don't run fixproto STMP_FIXPROTO = + +# Don't install "assert.h" in gcc. We use the one in glibc. +INSTALL_ASSERT_H = |