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 | |
parent | 04fbd6533c3454c78523f8c90608eb6e52c74ff5 (diff) | |
download | glibc-ae8b36f7ec9f3e8f7a6f52154b3e92669e8681a5.zip glibc-ae8b36f7ec9f3e8f7a6f52154b3e92669e8681a5.tar.gz glibc-ae8b36f7ec9f3e8f7a6f52154b3e92669e8681a5.tar.bz2 |
Update.
* Makeconfig (CPPFLAGS): Revert last change. It has too many
weird effects.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Makeconfig | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 1999-06-21 Ulrich Drepper <drepper@cygnus.com> + * Makeconfig (CPPFLAGS): Revert last change. It has too many + weird effects. + * stdlib/longlong.h: Provide __P definition if not already defined. @@ -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)) |