From: Roland McGrath Date: Tue, 16 Aug 1994 00:52:22 +0000 (+0000) Subject: Replace uses of HOST_CC with BUILD_CC and native-CFLAGS with BUILD_CFLAGS. X-Git-Tag: glibc-2.16-ports-before-merge~4075 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a101c158c5611006d2779a8ed879823b2eeeec56;p=thirdparty%2Fglibc.git Replace uses of HOST_CC with BUILD_CC and native-CFLAGS with BUILD_CFLAGS. --- diff --git a/sysdeps/unix/sysv/sysv4/solaris2/Makefile b/sysdeps/unix/sysv/sysv4/solaris2/Makefile index 4332fb4df28..3f86c46cc82 100644 --- a/sysdeps/unix/sysv/sysv4/solaris2/Makefile +++ b/sysdeps/unix/sysv/sysv4/solaris2/Makefile @@ -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