From: Arne Fitzenreiter Date: Wed, 23 May 2012 11:38:18 +0000 (+0200) Subject: build: add armv6l to supported buildplatforms. X-Git-Tag: v2.13-beta1~350 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d30f0e5ad8d2dac5620ef76b41d1f44f4571c355;p=people%2Fms%2Fipfire-2.x.git build: add armv6l to supported buildplatforms. --- diff --git a/tools/make-functions b/tools/make-functions index 783b46e141..b6e0ff3c3f 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -225,7 +225,7 @@ if [ 'x86_64' = $MACHINE -o 'i686' = $MACHINE -o 'i586' = $MACHINE ]; then CXXFLAGS="-O2 -march=i586 -pipe -fomit-frame-pointer" C2FLAGS="-O2 -march=i586 -mtune=i586 -pipe -fomit-frame-pointer" CXX2FLAGS="-O2 -march=i586 -mtune=i586 -pipe -fomit-frame-pointer" -elif [ 'armv5tejl' = $MACHINE -o 'armv5tel' = $MACHINE -o 'armv7l' = $MACHINE ]; then +elif [ 'armv5tejl' = $MACHINE -o 'armv5tel' = $MACHINE -o 'armv6l' = $MACHINE -o 'armv7l' = $MACHINE ]; then echo "`date -u '+%b %e %T'`: Machine is ARM (or equivalent)" >> $LOGFILE MACHINE=armv5tel MACHINE_TYPE=arm