You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.0 KiB
24 lines
1.0 KiB
diff -up ./Platform/Linux/Build/Common/Platform.Arm.disable-softfloat ./Platform/Linux/Build/Common/Platform.Arm
|
|
--- ./Platform/Linux/Build/Common/Platform.Arm.disable-softfloat 2012-01-04 06:35:46.000000000 -0500
|
|
+++ ./Platform/Linux/Build/Common/Platform.Arm 2014-06-01 13:46:34.871518256 -0400
|
|
@@ -1,12 +1,16 @@
|
|
+# Fedora: glut is available on ARM
|
|
+export GLUT_SUPPORTED=1
|
|
+
|
|
ifeq "$(CFG)" "Release"
|
|
|
|
# Hardware specifying flags
|
|
- CFLAGS += -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp #-mcpu=cortex-a8
|
|
+ #CFLAGS += -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp #-mcpu=cortex-a8
|
|
|
|
# Optimization level, minus currently buggy optimizing methods (which break bit-exact)
|
|
- CFLAGS += -O3 -fno-tree-pre -fno-strict-aliasing
|
|
+ CFLAGS += -fno-tree-pre -fno-strict-aliasing
|
|
|
|
# More optimization flags
|
|
- CFLAGS += -ftree-vectorize -ffast-math -funsafe-math-optimizations -fsingle-precision-constant
|
|
+ CFLAGS += -ftree-vectorize -ffast-math -funsafe-math-optimizations
|
|
+ #-fsingle-precision-constant
|
|
|
|
endif
|