Skip to content

Commit

Permalink
Removed ref to nonexistant target LINUXLIBC6
Browse files Browse the repository at this point in the history
  • Loading branch information
demoitem committed Nov 3, 2023
1 parent 88372d6 commit 4499ba5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/sysinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4499ba5

Please sign in to comment.