diff options
author | P. J. McDermott <pehjota> | 2012-07-08 16:29:15 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-07-08 16:29:15 (EDT) |
commit | de72a79d43f27a72d3d9e9567f0d8d6b3a069587 (patch) | |
tree | 637ecfa2bc1d18ae04579828de38bf63d5e9e13e /dev | |
parent | 824a11a98d14a67373daf11919fbbaf8552c0c5f (diff) |
s/ABI/PCS/.
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 |