This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
INSTALL_ASSERT_H
- To: gcc at gcc dot gnu dot org
- Subject: INSTALL_ASSERT_H
- From: "David O'Brien" <obrien at FreeBSD dot org>
- Date: Wed, 2 May 2001 10:35:57 -0700
- Organization: The NUXI BSD group
- Reply-To: obrien at FreeBSD dot org
When would one want to use "INSTALL_ASSERT_H ="?
from t-linux:
# Don't install "assert.h" in gcc. We use the one in glibc.
INSTALL_ASSERT_H =
I.e. how does one determine if the base assert.h is OK to use and GCC's
isn't needed?
--
-- David (obrien@FreeBSD.org)