From 9b858bb6f0adb73473a948583965d4fc128312c8 Mon Sep 17 00:00:00 2001 From: andrew Date: Thu, 17 Jan 2013 05:56:28 +0000 Subject: Add compiler support for the ARM EABI. ARM EABI support is disabled by default and can be enabled by setting WITH_ARM_EABI when building, however only the kernel-toolchain target will work with this flag until the rest of the support is added. --- tools/build/options/WITH_ARM_EABI | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/build/options/WITH_ARM_EABI (limited to 'tools/build') diff --git a/tools/build/options/WITH_ARM_EABI b/tools/build/options/WITH_ARM_EABI new file mode 100644 index 0000000..dba6e5f --- /dev/null +++ b/tools/build/options/WITH_ARM_EABI @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set the ARM ABI to EABI. -- cgit v1.1