summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--architecture-notes.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/architecture-notes.txt b/architecture-notes.txt
index 7ee0989..56c7add 100644
--- a/architecture-notes.txt
+++ b/architecture-notes.txt
@@ -6,8 +6,7 @@ four things will affect general binary compatibility:
byte order: little-endian
ABI: GNU EABI
floating-point ABI: hardware
- CFLAGS: -march=armv7-a -mcpu=cortex-a8 -mtune=cortex-a8 -mthumb
- -mfpu=neon -mfloat-abi=hard -O3 -fsingle-precision-constant
+ CFLAGS: -O3 -fsingle-precision-constant
GCC configure options: --with-arch=armv7-a \
--with-cpu=cortex-a8 --with-tune=cortex-a8 \
--with-mode=thumb --with-fpu=neon --with-float=hard