make.sh: Remove TARGET_ARCH compatibility

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-04 19:16:54 +00:00
parent a0aefbd53f
commit 5c865ab9d8

View File

@@ -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