commit fc884544f13bc7fe02eb1a71d86e96403a6a457c
parent 71671249f171b2a48fbe8d96d6e6d684e45a2a09
Author: sin <sin@2f30.org>
Date: Wed, 19 Feb 2014 14:52:00 +0000
Export arch and version as well
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/prepare-env b/prepare-env
@@ -5,7 +5,7 @@ nprocs=4
arch=x86_64
version=0.0
mirror=http://dl.2f30.org/morpheus-pkgs/$arch/$version
-export top root libcroot nprocs mirror
+export top root libcroot nprocs arch version mirror
optldflags="-s -Wl,--gc-sections -Wl,-z,relro,-z,now"
optcflags="-fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack"