mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Update.
* Makeconfig (CPPFLAGS): Revert last change. It has too many weird effects.
This commit is contained in:
parent
04fbd6533c
commit
ae8b36f7ec
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user