* Makeconfig (CPPFLAGS): Revert last change.  It has too many
	weird effects.
This commit is contained in:
Ulrich Drepper 1999-06-21 15:19:47 +00:00
parent 04fbd6533c
commit ae8b36f7ec
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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))