# HG changeset patch # User Christopher Rogers # Date 1306244661 0 # Node ID c6b6ce81e57e4811c3d527d7305eb1e395fd9610 # Parent f7fe51b9dfaefba1855beb56f8af8ffb4afc903f gcc+gcj: Replaced $BUILD_HOST with $HOST_SYSTEM. diff -r f7fe51b9dfae -r c6b6ce81e57e gcc+gcj/receipt --- a/gcc+gcj/receipt Tue May 24 13:41:23 2011 +0000 +++ b/gcc+gcj/receipt Tue May 24 13:44:21 2011 +0000 @@ -25,11 +25,11 @@ compile_rules() { cd $src - # Set BUILD_HOST if not defined in tazwok.conf as it should be - if [ -z "$BUILD_HOST" ] ; then - BUILD_HOST="i486-pc-linux-gnu" + # Set HOST_SYSTEM if not defined in tazwok.conf as it should be + if [ -z "$HOST_SYSTEM" ] ; then + HOST_SYSTEM="i486-slitaz-linux" fi - GCC_TARGET=$BUILD_HOST + GCC_TARGET=$HOST_SYSTEM # Get ecj.jar needed to build gcj. We have to dl it each time from the # sources repository to ensure that we receive the latest JAR.