Blob Blame History Raw
diff -uNr a/Platform/Linux-x86/Build/Platform.Arm b/Platform/Linux-x86/Build/Platform.Arm
--- a/Platform/Linux-x86/Build/Platform.Arm	2011-07-13 13:35:20.000000000 -0600
+++ b/Platform/Linux-x86/Build/Platform.Arm	2013-09-08 19:07:59.066850035 -0600
@@ -1,6 +1,5 @@
-export CXX=/home/primesense/DiGMi/BeagleBoard/Kernel/OE/angstrom-dev/cross/armv7a/bin/arm-angstrom-linux-gnueabi-g++
 export GLES=1
 
 ifeq "$(CFG)" "Release"
-    CFLAGS += -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -ffast-math -fsingle-precision-constant
+    CFLAGS += -ftree-vectorize -ffast-math
 endif