diff options
author | P. 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) |
commit | b8671f3794f64a59a9797944d342f705e804a4cf (patch) | |
tree | ce909b4d508eff0df7d50b182e45c5f535f73991 | |
parent | e41b6f80643fc9291edc88ce5ab600e5c1d0f04d (diff) |
Prune CFLAGS in "cortexa8-*-*" architecture notes.
-rw-r--r-- | architecture-notes.txt | 3 |
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 |