aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-31 05:27:17 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-31 05:27:17 +0000
commitdfe30032affedc911fbbea1b235faaf43b0b4d43 (patch)
treec53129504b15c5176bf335481ce483b65eb705aa /Rules.mak
parentad95373efcd7eaa4d641a7a821e5b05fb2d31e1d (diff)
downloadbusybox-dfe30032affedc911fbbea1b235faaf43b0b4d43.tar.gz
Bump version for release
Diffstat (limited to 'Rules.mak')
-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 @@
#--------------------------------------------------------
PROG := busybox
-VERSION := 1.00-pre5
+VERSION := 1.00-pre6
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
@@ -35,7 +35,6 @@ BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
# by asking the CC compiler what arch it compiles things for, so unless
# your compiler is broken, you should not need to specify TARGET_ARCH
CROSS =$(subst ",, $(strip $(CROSS_COMPILER_PREFIX)))
-#CROSS =/usr/i386-linux-uclibc/bin/i386-uclibc-
CC = $(CROSS)gcc
AR = $(CROSS)ar
AS = $(CROSS)as