From 4499ba5572f6ef13260b5ff8633c7818adb001e3 Mon Sep 17 00:00:00 2001 From: peter mckinna Date: Fri, 3 Nov 2023 15:01:51 +1100 Subject: [PATCH] Removed ref to nonexistant target LINUXLIBC6 --- scripts/sysinfo.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/sysinfo.sh b/scripts/sysinfo.sh index f0f4407b6c..b3bf5dbdf5 100755 --- a/scripts/sysinfo.sh +++ b/scripts/sysinfo.sh @@ -272,8 +272,7 @@ if [ "x$CM3_TARGET" = "x" ] ; then x86_64) CM3_TARGET=AMD64_LINUX;; sparc64) CM3_TARGET=SPARC32_LINUX;; arm*) CM3_TARGET=ARM_LINUX;; # Raspberry Pi and BeagleBone Black - i*86) CM3_TARGET=LINUXLIBC6;; - #CM3_TARGET=I386_LINUX;; + i*86) CM3_TARGET=I386_LINUX;; esac;; NetBSD)