From 453e1dfae7bd7e5fa8be4bf1ef3ec68fdcffcd6f Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 12 Apr 2016 08:47:42 +0100 Subject: use rtp's solution to build for armv5tl on armv5tl distro --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 69c7da5..2502a6c 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,7 @@ AC_CHECK_HEADERS([string.h]) CANONTARGETCPU=${target_cpu} CANONTARGETGNU=-gnu +ARMV7CANONTARGETCPU="armv5tl" case "${target_cpu}" in *86|athlon|k6|pentium*) @@ -96,12 +97,14 @@ case "${target_cpu}" in RPMALLARCH="armv7hl" CANONTARGETCPU=armv7hl CANONTARGETGNU=-gnueabi + ARMV7CANONTARGETCPU="armv7hl" esac RPMALLARCH="${RPMALLARCH} noarch" AC_SUBST(RPMALLARCH) AC_SUBST(CANONTARGETCPU) AC_SUBST(CANONTARGETCPU32) AC_SUBST(CANONTARGETGNU) +AC_SUBST(ARMV7CANONTARGETCPU) # # get rid of the 4-th tuple, if config.guess returned "linux-gnu" for build_os -- cgit v1.2.1