From 5c865ab9d84ca2fd025eee9862eea1d05df69b6b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 4 Jul 2024 19:16:54 +0000 Subject: [PATCH] make.sh: Remove TARGET_ARCH compatibility Signed-off-by: Michael Tremer --- make.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/make.sh b/make.sh index 75b7d71c5..23c7e9ba0 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