mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
* Makeconfig (preprocess-versions): Undo last change.
Instead, pass -I$(common-objdir) -I$(..)include instead of $(CPPFLAGS).
This commit is contained in:
parent
c6d8020283
commit
ca5becb0c5
@ -1,5 +1,8 @@
|
|||||||
2000-04-03 Roland McGrath <roland@baalperazim.frob.com>
|
2000-04-03 Roland McGrath <roland@baalperazim.frob.com>
|
||||||
|
|
||||||
|
* Makeconfig (preprocess-versions): Undo last change.
|
||||||
|
Instead, pass -I$(common-objdir) -I$(..)include instead of $(CPPFLAGS).
|
||||||
|
|
||||||
* sysdeps/mach/hurd/i386/init-first.c (init): Don't set __environ
|
* sysdeps/mach/hurd/i386/init-first.c (init): Don't set __environ
|
||||||
here, before we might move the stack.
|
here, before we might move the stack.
|
||||||
(posixland_init): Set __libc_argc, __libc_argc, and __environ here.
|
(posixland_init): Set __libc_argc, __libc_argc, and __environ here.
|
||||||
|
@ -674,7 +674,9 @@ ifeq (yes, $(build-shared))
|
|||||||
# %ifdef et al based on config.h settings or other %include'd files.
|
# %ifdef et al based on config.h settings or other %include'd files.
|
||||||
define preprocess-versions
|
define preprocess-versions
|
||||||
sed 's/#.*$$//;s/^[ ]*%/#/' \
|
sed 's/#.*$$//;s/^[ ]*%/#/' \
|
||||||
| $(CC) -E -undef -include $(common-objpfx)config.h -x c - \
|
| $(CC) -E -undef -I$(common-objdir) -I$(..)include \
|
||||||
|
-include $(common-objpfx)config.h \
|
||||||
|
-x c - \
|
||||||
| sed 's/#.*$$//;/^[ ]*$$/d'
|
| sed 's/#.*$$//;/^[ ]*$$/d'
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user