aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rules.mak3
1 files changed, 1 insertions, 2 deletions
diff --git a/Rules.mak b/Rules.mak
index 58f34e1fc..35be26413 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -19,7 +19,7 @@
19 19
20#-------------------------------------------------------- 20#--------------------------------------------------------
21PROG := busybox 21PROG := busybox
22VERSION := 1.00-pre5 22VERSION := 1.00-pre6
23BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z") 23BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
24 24
25 25
@@ -35,7 +35,6 @@ BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
35# by asking the CC compiler what arch it compiles things for, so unless 35# by asking the CC compiler what arch it compiles things for, so unless
36# your compiler is broken, you should not need to specify TARGET_ARCH 36# your compiler is broken, you should not need to specify TARGET_ARCH
37CROSS =$(subst ",, $(strip $(CROSS_COMPILER_PREFIX))) 37CROSS =$(subst ",, $(strip $(CROSS_COMPILER_PREFIX)))
38#CROSS =/usr/i386-linux-uclibc/bin/i386-uclibc-
39CC = $(CROSS)gcc 38CC = $(CROSS)gcc
40AR = $(CROSS)ar 39AR = $(CROSS)ar
41AS = $(CROSS)as 40AS = $(CROSS)as