diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/ports/hardware.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ports/hardware.mdwn b/dev/ports/hardware.mdwn index 455d672..614d83a 100644 --- a/dev/ports/hardware.mdwn +++ b/dev/ports/hardware.mdwn @@ -11,7 +11,7 @@ ARM Cortex-A8 Core ISAs: ARMv7-A, Thumb, Thumb-2, NEON SIMD Word size: 32 bits Byte order: little-endian - ABI: GNU EABI + PCS: Procedure Call Standard for the ARM Architecture Floating-point ABI: hardware CFLAGS: -O3 -fsingle-precision-constant GCC configure options: --with-arch=armv7-a --with-cpu=cortex-a8 |