Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56bcff99 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Remove unused BoardConfig variables."

parents 97f75df3 2e6e73bb
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -33,12 +33,6 @@ ifeq ($(strip $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT)),)
TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT := mips32r2-fp
TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT := mips32r2-fp
endif
endif


TARGET_ARCH_SPECIFIC_MAKEFILE := $(BUILD_COMBOS)/arch/$(TARGET_$(combo_2nd_arch_prefix)ARCH)/$(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT).mk
ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
$(error Unknown MIPS architecture variant: $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT))
endif

include $(TARGET_ARCH_SPECIFIC_MAKEFILE)
include $(BUILD_SYSTEM)/combo/fdo.mk
include $(BUILD_SYSTEM)/combo/fdo.mk


define $(combo_var_prefix)transform-shared-lib-to-toc
define $(combo_var_prefix)transform-shared-lib-to-toc
+0 −6
Original line number Original line Diff line number Diff line
@@ -33,12 +33,6 @@ ifeq ($(strip $(TARGET_ARCH_VARIANT)),)
TARGET_ARCH_VARIANT := mips64r6
TARGET_ARCH_VARIANT := mips64r6
endif
endif


TARGET_ARCH_SPECIFIC_MAKEFILE := $(BUILD_COMBOS)/arch/$(TARGET_ARCH)/$(TARGET_ARCH_VARIANT).mk
ifeq ($(strip $(wildcard $(TARGET_ARCH_SPECIFIC_MAKEFILE))),)
$(error Unknown MIPS architecture variant: $(TARGET_ARCH_VARIANT))
endif

include $(TARGET_ARCH_SPECIFIC_MAKEFILE)
include $(BUILD_SYSTEM)/combo/fdo.mk
include $(BUILD_SYSTEM)/combo/fdo.mk


define $(combo_var_prefix)transform-shared-lib-to-toc
define $(combo_var_prefix)transform-shared-lib-to-toc
+0 −1
Original line number Original line Diff line number Diff line
# Configuration for Linux on ARM.
# Configuration for Linux on ARM.
# Generating binaries for the ARMv7-a architecture and higher with NEON
# Generating binaries for the ARMv7-a architecture and higher with NEON
#
#
ARCH_ARM_HAVE_ARMV7A            := true
ARCH_ARM_HAVE_VFP               := true
ARCH_ARM_HAVE_VFP               := true
ARCH_ARM_HAVE_VFP_D32           := true
ARCH_ARM_HAVE_VFP_D32           := true
ARCH_ARM_HAVE_NEON              := true
ARCH_ARM_HAVE_NEON              := true
+0 −1
Original line number Original line Diff line number Diff line
@@ -3,7 +3,6 @@
#
#
# Many libraries are not aware of armv8-2a, and AArch32 is (almost) a superset
# Many libraries are not aware of armv8-2a, and AArch32 is (almost) a superset
# of armv7-a-neon. So just let them think we are just like v7.
# of armv7-a-neon. So just let them think we are just like v7.
ARCH_ARM_HAVE_ARMV7A            := true
ARCH_ARM_HAVE_VFP               := true
ARCH_ARM_HAVE_VFP               := true
ARCH_ARM_HAVE_VFP_D32           := true
ARCH_ARM_HAVE_VFP_D32           := true
ARCH_ARM_HAVE_NEON              := true
ARCH_ARM_HAVE_NEON              := true
+0 −1
Original line number Original line Diff line number Diff line
@@ -3,7 +3,6 @@
#
#
# Many libraries are not aware of armv8-a, and AArch32 is (almost) a superset
# Many libraries are not aware of armv8-a, and AArch32 is (almost) a superset
# of armv7-a-neon. So just let them think we are just like v7.
# of armv7-a-neon. So just let them think we are just like v7.
ARCH_ARM_HAVE_ARMV7A            := true
ARCH_ARM_HAVE_VFP               := true
ARCH_ARM_HAVE_VFP               := true
ARCH_ARM_HAVE_VFP_D32           := true
ARCH_ARM_HAVE_VFP_D32           := true
ARCH_ARM_HAVE_NEON              := true
ARCH_ARM_HAVE_NEON              := true
Loading