From a67fb77b6b3e599295b9d6212bb8e77303591024 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 20 May 1997 23:36:22 +0000 Subject: [PATCH] Don't set cross-compiling based on $(BUILD_CC) != $(CC). --- Makeconfig | 6 ------ 1 file changed, 6 deletions(-) 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. -- 2.47.2