Update.
* stdlib/Makefile ($(objpfx)isomac.out): Also pass sysincludes to isomac.
This commit is contained in:
parent
b0ed91aecf
commit
7eff7a05a2
@ -1,5 +1,7 @@
|
||||
2001-01-23 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* stdlib/Makefile ($(objpfx)isomac.out): Also pass sysincludes to isomac.
|
||||
|
||||
* elf/dl-load.c (_dl_init_paths): Don't use strdupa in function
|
||||
arguments. Reported by Jiri Kubicek <kubicek@bitsmart.com>,
|
||||
closes PR libc/2039.
|
||||
|
@ -135,7 +135,8 @@ test-canon-ARGS = --test-dir=${common-objpfx}stdlib
|
||||
tests: $(objpfx)isomac.out $(objpfx)tst-fmtmsg.out
|
||||
|
||||
$(objpfx)isomac.out: $(objpfx)isomac
|
||||
$(dir $<)$(notdir $<) '$(CC)' '-I../include -I.. $(+sysdep-includes)' > $<.out
|
||||
$(dir $<)$(notdir $<) '$(CC)' \
|
||||
'-I../include -I.. $(+sysdep-includes) $(sysincludes)' > $<.out
|
||||
|
||||
$(objpfx)isomac: isomac.c
|
||||
$(native-compile)
|
||||
|
Loading…
Reference in New Issue
Block a user