r3622 - developers/john_lee/toolkit/scripts

john_lee at sita.openmoko.org john_lee at sita.openmoko.org
Mon Dec 10 07:40:24 CET 2007


Author: john_lee
Date: 2007-12-10 07:40:21 +0100 (Mon, 10 Dec 2007)
New Revision: 3622

Modified:
   developers/john_lee/toolkit/scripts/script-env
Log:
Modified to let BUILD_SYS adjust with user host.


Modified: developers/john_lee/toolkit/scripts/script-env
===================================================================
--- developers/john_lee/toolkit/scripts/script-env	2007-12-10 06:36:38 UTC (rev 3621)
+++ developers/john_lee/toolkit/scripts/script-env	2007-12-10 06:40:21 UTC (rev 3622)
@@ -9,7 +9,7 @@
 EXTRA_OEMAKE=
 
 STAGING_DATADIR=${OMTOOL_DIR}/arm/arm-angstrom-linux-gnueabi/share/aclocal
-BUILD_SYS="x86_64-linux"
+BUILD_SYS=$(uname -m)-$(uname -s | tr "A-Z" "a-z")
 HOST_SYS="arm-angstrom-linux-gnueabi"
 TARGET_SYS="arm-angstrom-linux-gnueabi"
 





More information about the commitlog mailing list