diff options
author | andrew <andrew@FreeBSD.org> | 2013-01-17 05:56:28 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2013-01-17 05:56:28 +0000 |
commit | 9b858bb6f0adb73473a948583965d4fc128312c8 (patch) | |
tree | 24606f697ac98c0b9dab3e26889f40567aa563e5 /gnu/usr.bin/cc/gcov/Makefile | |
parent | 9d3b6799014eb32e9bd3bb2e40cc8d39a0cc2968 (diff) | |
download | FreeBSD-src-9b858bb6f0adb73473a948583965d4fc128312c8.zip FreeBSD-src-9b858bb6f0adb73473a948583965d4fc128312c8.tar.gz |
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.
Diffstat (limited to 'gnu/usr.bin/cc/gcov/Makefile')
-rw-r--r-- | gnu/usr.bin/cc/gcov/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/gcov/Makefile b/gnu/usr.bin/cc/gcov/Makefile index f48d177..9a87c02 100644 --- a/gnu/usr.bin/cc/gcov/Makefile +++ b/gnu/usr.bin/cc/gcov/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.include <bsd.own.mk> + .include "../Makefile.inc" .include "../Makefile.ver" |