summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-02-16 23:49:30 (EST)
committer P. J. McDermott <pjm@nac.net>2012-02-16 23:49:30 (EST)
commitb8671f3794f64a59a9797944d342f705e804a4cf (patch)
treece909b4d508eff0df7d50b182e45c5f535f73991
parente41b6f80643fc9291edc88ce5ab600e5c1d0f04d (diff)
Prune CFLAGS in "cortexa8-*-*" architecture notes.
-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