From: Ulrich Drepper Date: Tue, 20 May 1997 23:36:22 +0000 (+0000) Subject: Don't set cross-compiling based on $(BUILD_CC) != $(CC). X-Git-Tag: cvs/libc-2_0_4~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a67fb77b6b3e599295b9d6212bb8e77303591024;p=thirdparty%2Fglibc.git Don't set cross-compiling based on $(BUILD_CC) != $(CC). --- diff --git a/Makeconfig b/Makeconfig index c95d378d5df..b361c4f093e 100644 --- a/Makeconfig +++ b/Makeconfig @@ -521,12 +521,6 @@ endif ifndef BUILD_CC BUILD_CC = $(CC) endif - -ifneq ($(BUILD_CC),$(CC)) -cross-compiling := yes -else -cross-compiling := no -endif # Figure out the version numbers from version.h.