mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 23:10:06 +00:00
Replace uses of HOST_CC with BUILD_CC and native-CFLAGS with BUILD_CFLAGS.
This commit is contained in:
parent
2c6864f1bc
commit
a101c158c5
@ -3,4 +3,4 @@
|
||||
# along the way (e.g., glue-ctype) will fail because it'll try to link
|
||||
# with the libc.a being *constructed* in $(objdir). As a work-around,
|
||||
# we add this to each native-compile.
|
||||
native-CFLAGS := $(native-CFLAGS) -L/lib
|
||||
BUILD_CFLAGS := $(BUILD_CFLAGS) -L/lib
|
||||
|
Loading…
Reference in New Issue
Block a user