diff options
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index ecda85b0dd..b4518b2bb3 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -104,10 +104,6 @@ CFLAGS-strfmon.c = -D_IO_MTSAFE_IO CFLAGS-strfmon_l.c = -D_IO_MTSAFE_IO endif -ifeq (yes,$(have-protected)) -CFLAGS-atexit.c = -DHAVE_DOT_HIDDEN -endif - CFLAGS-tst-bsearch.c = $(stack-align-test-flags) CFLAGS-tst-qsort.c = $(stack-align-test-flags) |