mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +00:00
* Makeconfig (CPPFLAGS): Fix last change to use $(libof-$(<F))
instead of $(libof-$<).
This commit is contained in:
parent
0a951d0e31
commit
d29724f870
@ -1,3 +1,8 @@
|
||||
2002-10-17 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* Makeconfig (CPPFLAGS): Fix last change to use $(libof-$(<F))
|
||||
instead of $(libof-$<).
|
||||
|
||||
2002-10-16 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed.
|
||||
|
@ -633,8 +633,8 @@ libio-include = -I$(..)libio
|
||||
CPPFLAGS = $($(subdir)-CPPFLAGS) $(+includes) $(defines) \
|
||||
-include $(..)include/libc-symbols.h $(sysdep-CPPFLAGS) \
|
||||
$(CPPFLAGS-$(suffix $@)) \
|
||||
$(foreach L,$(libof-$(basename $(@F))) $(libof-$<) $(libof-$(@F)),\
|
||||
$(CPPFLAGS-$L)) \
|
||||
$(foreach lib,$(libof-$(basename $(@F))) \
|
||||
$(libof-$(<F)) $(libof-$(@F)),$(CPPFLAGS-$(lib))) \
|
||||
$(CPPFLAGS-$(<F)) $(CPPFLAGS-$(@F)) $(CPPFLAGS-$(basename $(@F)))
|
||||
override CFLAGS = -std=gnu99 \
|
||||
$(filter-out %frame-pointer,$(+cflags)) $(sysdep-CFLAGS) \
|
||||
|
Loading…
Reference in New Issue
Block a user