From 70b5dc88924e5cdd3013573224965c1d840bd2f5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 20 Apr 2006 00:58:20 +0000 Subject: dont override CC --- package/coreutils/coreutils-compile.patch | 11 ----------- package/coreutils/coreutils.mk | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 package/coreutils/coreutils-compile.patch (limited to 'package/coreutils') diff --git a/package/coreutils/coreutils-compile.patch b/package/coreutils/coreutils-compile.patch deleted file mode 100644 index e3ba33cd7..000000000 --- a/package/coreutils/coreutils-compile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- coreutils/lib/time_r.h.orig 2006-04-19 12:03:46.000000000 -0600 -+++ coreutils/lib/time_r.h 2006-04-19 12:03:50.000000000 -0600 -@@ -26,7 +26,7 @@ - those declarations. */ - #include - --#if !HAVE_TIME_R_POSIX -+#if 0 - # undef asctime_r - # undef ctime_r - # undef gmtime_r diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk index f0936f6f0..b4bb2b0b4 100644 --- a/package/coreutils/coreutils.mk +++ b/package/coreutils/coreutils.mk @@ -111,7 +111,7 @@ $(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked touch $(COREUTILS_DIR)/.configured $(COREUTILS_DIR)/$(COREUTILS_BINARY): $(COREUTILS_DIR)/.configured - $(MAKE) CC=$(TARGET_CC) -C $(COREUTILS_DIR) + $(MAKE) -C $(COREUTILS_DIR) rm -f $(TARGET_DIR)/$(COREUTILS_TARGET_BINARY) $(TARGET_DIR)/$(COREUTILS_TARGET_BINARY): $(COREUTILS_DIR)/$(COREUTILS_BINARY) -- cgit v1.2.3