export CHOST="$(echo $MACHTYPE)"
-# eabi
export CTARGET="arm-crux-linux-gnueabi"
export CLFS="/devel/crux-arm/toolchain/clfs"
export CROSSTOOLS="/devel/crux-arm/toolchain/crosstools"
-
-# no-eabi
+# hardfp
+#export CTARGET="arm-crux-linux-gnueabihf"
+#export CLFS="/devel/crux-arm/toolchain-hardfp/clfs"
+#export CROSSTOOLS="/devel/crux-arm/toolchain-hardfp/crosstools"
+# noeabi
#export CTARGET="arm-crux-linux-gnu"
#export CLFS="/devel/crux-arm/toolchain-noeabi/clfs"
#export CROSSTOOLS="/devel/crux-arm/toolchain-noeabi/crosstools"
export CFLAGS="-O2 -pipe"
export CXXFLAGS="$CFLAGS"
-arm9tdmi_CFLAGS="-O2 -pipe -march=armv4 -mtune=arm9tdmi"
-armv5te_CFLAGS="-O2 -pipe -msoft-float -march=armv5te"
-strongarm_CFLAGS="-O2 -pipe -march=armv4 -mtune=strongarm"
-xscale_CFLAGS="-O2 -pipe -msoft-float -march=armv5te -mtune=xscale"
+#arm9tdmi_CFLAGS="-O2 -pipe -march=armv4 -mtune=arm9tdmi"
+#armv5te_CFLAGS="-O2 -pipe -msoft-float -march=armv5te"
+#strongarm_CFLAGS="-O2 -pipe -march=armv4 -mtune=strongarm"
+#xscale_CFLAGS="-O2 -pipe -msoft-float -march=armv5te -mtune=xscale"
STRIP_CMD="$STRIP"