ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

commit 4c033fa1638db600b8049b9e082bfe104213c0d9
parent c55e2686bc84254b925188b84a8250be5031aa8e
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon, 19 May 2014 17:01:06 +0200

busybox: set $AR and $STRIP

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>

Diffstat:
Mbusybox/busybox.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/busybox/busybox.mk b/busybox/busybox.mk @@ -40,5 +40,5 @@ INSTALL_SYMLINK = \ busybox:Q: cp ../busybox.config .config - make -j$nprocs HOSTCC="$HOSTCC -static" CC=$CC busybox + make -j$nprocs AR="$AR" STRIP="$STRIP" HOSTCC="$HOSTCC -static" CC="$CC" busybox