mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Build 'ld' supporting a big endian ARM if "TARGET_BIG_ENDIAN" is defined.
This commit is contained in:
parent
fc2717a0d2
commit
25024d95e9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162241
@ -1,6 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
NATIVE_EMULATION= armelf_fbsd
|
||||
.if ${TARGET_ARCH} == "arm" && defined(TARGET_BIG_ENDIAN)
|
||||
NATIVE_EMULATION= armelfb_fbsd
|
||||
.else
|
||||
NATIVE_EMULATION= armelf_fbsd
|
||||
.endif
|
||||
|
||||
SRCS+= e${NATIVE_EMULATION}.c
|
||||
CLEANFILES+= e${NATIVE_EMULATION}.c
|
||||
|
Loading…
Reference in New Issue
Block a user