mirror of
https://github.com/sheumann/hush.git
synced 2025-01-14 12:30:40 +00:00
Bump version for release
This commit is contained in:
parent
ad95373efc
commit
dfe30032af
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#--------------------------------------------------------
|
#--------------------------------------------------------
|
||||||
PROG := busybox
|
PROG := busybox
|
||||||
VERSION := 1.00-pre5
|
VERSION := 1.00-pre6
|
||||||
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
|
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
|
# 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
|
# your compiler is broken, you should not need to specify TARGET_ARCH
|
||||||
CROSS =$(subst ",, $(strip $(CROSS_COMPILER_PREFIX)))
|
CROSS =$(subst ",, $(strip $(CROSS_COMPILER_PREFIX)))
|
||||||
#CROSS =/usr/i386-linux-uclibc/bin/i386-uclibc-
|
|
||||||
CC = $(CROSS)gcc
|
CC = $(CROSS)gcc
|
||||||
AR = $(CROSS)ar
|
AR = $(CROSS)ar
|
||||||
AS = $(CROSS)as
|
AS = $(CROSS)as
|
||||||
|
Loading…
x
Reference in New Issue
Block a user