aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2014-10-01 08:26:51 +0000
committerAndrew Turner <andrew@FreeBSD.org>2014-10-01 08:26:51 +0000
commit6d4766c1b839d7eeb4cc0f15eef51d887848cbc4 (patch)
tree29681418fc011c5aa424ebe29acee332df122ea6 /Makefile.inc1
parenta4a51f054dc636f207be219cfea1197736c7ac52 (diff)
downloadsrc-6d4766c1b839d7eeb4cc0f15eef51d887848cbc4.tar.gz
src-6d4766c1b839d7eeb4cc0f15eef51d887848cbc4.zip
Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support
the oabi is still in the tree, but it is expected this will be removed as developers work on surrounding code. With this commit the ARM EABI is the only supported supported ABI by FreeBSD on ARMa 32-bit processors. X-MFC after: never Relnotes: yes Differential Revision: https://reviews.freebsd.org/D876
Notes
Notes: svn path=/head/; revision=272350
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 333c734d1cb8..44fddf4464a9 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -336,7 +336,7 @@ XFLAGS+= -B${CROSS_BINUTILS_PREFIX}
.else
XFLAGS+= -B${WORLDTMP}/usr/bin
.endif
-.if ${TARGET} == "arm" && ${MK_ARM_EABI} != "no"
+.if ${TARGET} == "arm"
.if ${TARGET_ARCH:M*eb*} == ""
TARGET_ABI= gnueabi
.elif ${TARGET_ARCH} == "armv6hf"