diff options
-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. 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)) |