From 1992e9a10c0528edb04533610ee7a6bb1ea689f6 Mon Sep 17 00:00:00 2001 From: Andrew Turner 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. --- gnu/usr.bin/cc/libcpp/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/usr.bin/cc/libcpp') diff --git a/gnu/usr.bin/cc/libcpp/Makefile b/gnu/usr.bin/cc/libcpp/Makefile index 23bc26e2a228..bfaea7d4ac8f 100644 --- a/gnu/usr.bin/cc/libcpp/Makefile +++ b/gnu/usr.bin/cc/libcpp/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.include + # Use our headers in preference to ones from ../cc_tools. CFLAGS+= -I${.CURDIR} -I. -- cgit v1.3