From 140ec5106ecd6f62fef1534a655146973ea18966 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 28 Jan 2001 23:11:23 +0000 Subject: Update. * conform/conformtest.pl: Add -fno-builtin to CFLAGS. --- ChangeLog | 2 ++ conform/conformtest.pl | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index a2245b723d..0967fd7c64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-01-28 Ulrich Drepper + * conform/conformtest.pl: Add -fno-builtin to CFLAGS. + * conform/data/stdlib.h-data: Add _Exit. * inet/arpa/inet.h: Don't include . Define socklen_t diff --git a/conform/conformtest.pl b/conform/conformtest.pl index aa61d89948..a80e7d6c4f 100644 --- a/conform/conformtest.pl +++ b/conform/conformtest.pl @@ -34,12 +34,12 @@ if ($dialect ne "ISO" && $dialect ne "POSIX" && $dialect ne "XPG3" die "unknown dialect \"$dialect\""; } -$CFLAGS{"ISO"} = "-I. '-D__attribute__(x)=' -ansi"; -$CFLAGS{"POSIX"} = "-I. '-D__attribute__(x)=' -D_POSIX_C_SOURCE=199912"; -$CFLAGS{"XPG3"} = "-I. '-D__attribute__(x)=' -D_XOPEN_SOURCE"; -$CFLAGS{"XPG4"} = "-I. '-D__attribute__(x)=' -D_XOPEN_SOURCE_EXTENDED"; -$CFLAGS{"UNIX98"} = "-I. '-D__attribute__(x)=' -D_XOPEN_SOURCE=500"; -$CFLAGS{"XOPEN2K"} = "-I. '-D__attribute__(x)=' -D_XOPEN_SOURCE=600"; +$CFLAGS{"ISO"} = "-I. -fno-builtin '-D__attribute__(x)=' -ansi"; +$CFLAGS{"POSIX"} = "-I. -fno-builtin '-D__attribute__(x)=' -D_POSIX_C_SOURCE=199912"; +$CFLAGS{"XPG3"} = "-I. -fno-builtin '-D__attribute__(x)=' -D_XOPEN_SOURCE"; +$CFLAGS{"XPG4"} = "-I. -fno-builtin '-D__attribute__(x)=' -D_XOPEN_SOURCE_EXTENDED"; +$CFLAGS{"UNIX98"} = "-I. -fno-builtin '-D__attribute__(x)=' -D_XOPEN_SOURCE=500"; +$CFLAGS{"XOPEN2K"} = "-I. -fno-builtin '-D__attribute__(x)=' -D_XOPEN_SOURCE=600"; # These are the ISO C99 keywords. -- cgit v1.2.3