From: Michael Tremer Date: Thu, 4 Jul 2024 19:16:54 +0000 (+0000) Subject: make.sh: Remove TARGET_ARCH compatibility X-Git-Tag: v2.29-core188~10^2~362 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c865ab9d84ca2fd025eee9862eea1d05df69b6b;p=ipfire-2.x.git make.sh: Remove TARGET_ARCH compatibility Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 75b7d71c56..23c7e9ba0f 100755 --- a/make.sh +++ b/make.sh @@ -1845,11 +1845,6 @@ if [ -f .config ]; then source .config fi -# TARGET_ARCH is BUILD_ARCH now -if [ -n "${TARGET_ARCH}" ]; then - BUILD_ARCH="${TARGET_ARCH}" -fi - # Parse any command line options (not commands) while [ $# -gt 0 ]; do case "${1}" in