mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
* stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
This commit is contained in:
parent
14a42f4502
commit
2a185b31a8
@ -1,4 +1,6 @@
|
||||
2002-08-04 Roland McGrath <roland@frob.com>
|
||||
2002-08-04 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
|
||||
|
||||
* elf/Makefile (test-srcs): Add $(modules-names) to it.
|
||||
(CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Check system header files for ISO 9899:1990 (ISO C) compliance.
|
||||
Copyright (C) 1996, 1997, 1998, 1999, 2001 Free Software Foundation, Inc.
|
||||
Copyright (C) 1996,97,98,99,2001,02 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Jens Schweikhardt <schweikh@noc.dfn.de>, 1996.
|
||||
|
||||
@ -177,7 +177,7 @@ static char *macros[] =
|
||||
/* Format string to build command to invoke compiler. */
|
||||
static const char fmt[] = "\
|
||||
echo \"#include <%s>\" |\
|
||||
%s -E -dM -ansi -pedantic %s -D_LIBC -D_ISOMAC -I. \
|
||||
%s -E -dM -ansi -pedantic %s -D_LIBC -D_ISOMAC -DNOT_IN_libc -I. \
|
||||
-isystem `%s --print-prog-name=include` - 2> /dev/null > %s";
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user