diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-21 15:19:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-21 15:19:47 +0000 |
commit | ae8b36f7ec9f3e8f7a6f52154b3e92669e8681a5 (patch) | |
tree | df0c901f9faf7f9ba7d31bf2d8e1ae69e8eae8b3 /Makeconfig | |
parent | 04fbd6533c3454c78523f8c90608eb6e52c74ff5 (diff) | |
download | glibc-ae8b36f7ec9f3e8f7a6f52154b3e92669e8681a5.tar glibc-ae8b36f7ec9f3e8f7a6f52154b3e92669e8681a5.tar.gz glibc-ae8b36f7ec9f3e8f7a6f52154b3e92669e8681a5.tar.bz2 glibc-ae8b36f7ec9f3e8f7a6f52154b3e92669e8681a5.zip |
Update.
* Makeconfig (CPPFLAGS): Revert last change. It has too many
weird effects.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index f4f6508f1c..6ae27e9dc6 100644 --- a/Makeconfig +++ b/Makeconfig @@ -570,7 +570,7 @@ libio-include = -I$(..)libio # These are the variables that the implicit compilation rules use. CPPFLAGS = $($(subdir)-CPPFLAGS) $(+includes) $(defines) \ - -imacros $(..)include/libc-symbols.h $(sysdep-CPPFLAGS) \ + -include $(..)include/libc-symbols.h $(sysdep-CPPFLAGS) \ $(CPPFLAGS-$(suffix $@)) $(CPPFLAGS-$(<F)) $(CPPFLAGS-$(@F)) override CFLAGS = $(filter-out %frame-pointer,$(+cflags)) $(sysdep-CFLAGS) \ $(CFLAGS-$(suffix $@)) $(CFLAGS-$(<F)) $(CFLAGS-$(@F)) |