diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index cbc4bc6708..aeb9890ba9 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -189,7 +189,6 @@ $(objpfx)config-name.h: $(..)scripts/config-uname.sh $(common-objpfx)config.make '$(config-machine)-$(config-vendor)' > $@.new mv -f $@.new $@ -CFLAGS-regex.c = -Wno-strict-prototypes CFLAGS-getaddrinfo.c = -DRESOLVER -fexceptions CFLAGS-pause.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-pread.c = -fexceptions -fasynchronous-unwind-tables |