]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Remove TARGET_ARCH compatibility
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Jul 2024 19:16:54 +0000 (19:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Jul 2024 15:21:17 +0000 (15:21 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 75b7d71c5625367d7d70fc125d4a23f63cc1eea9..23c7e9ba0ff074bcc40a2c8028cc798cee865093 100755 (executable)
--- 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