mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 23:47:42 +00:00
pkg-infra: dump all ARM OABI references when setting ABI
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
72189e5b10
commit
b6a9829ebe
@ -30,11 +30,10 @@ LIBC=gnu
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# The ABI suffix is a bit special on ARM, as it needs to be
|
# The ABI suffix is a bit special on ARM, as it needs to be
|
||||||
# -uclibcgnueabi for uClibc EABI, -uclibc for uClibc OABI, -gnueabi
|
# -uclibcgnueabi for uClibc EABI, and -gnueabi for glibc EABI.
|
||||||
# for glibc EABI and -gnu for glibc OABI. This means that the LIBC and
|
# This means that the LIBC and ABI aren't strictly orthogonal,
|
||||||
# ABI aren't strictly orthogonal, which explains why we need the test
|
# which explains why we need the test on LIBC below.
|
||||||
# on LIBC below.
|
ifeq ($(BR2_arm)$(BR2_armeb),y)
|
||||||
ifeq ($(BR2_ARM_EABI),y)
|
|
||||||
ifeq ($(LIBC),uclibc)
|
ifeq ($(LIBC),uclibc)
|
||||||
ABI=gnueabi
|
ABI=gnueabi
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user