Replace uses of HOST_CC with BUILD_CC and native-CFLAGS with BUILD_CFLAGS.

This commit is contained in:
Roland McGrath 1994-08-16 00:52:22 +00:00
parent 2c6864f1bc
commit a101c158c5

View File

@ -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