configure: Delete an obsolete, unused toolchain reference

'arm946cc' was only used by the never-finished 'tcc77x' targets that
were removed from the tree in 3ba2f6e5c7 (April 2021)

Change-Id: I935847ec9d339b8e90c6d2362113c2ff94b8b20f
This commit is contained in:
Solomon Peachy 2025-10-07 19:38:08 -04:00
parent a4aaf94af1
commit 7ba4af6ab0

7
tools/configure vendored
View file

@ -579,13 +579,6 @@ arm940tcc () {
endian="little" endian="little"
} }
arm946cc () {
findarmgcc
GCCOPTS="$CCOPTS -mcpu=arm9e"
GCCOPTIMIZE="-fomit-frame-pointer"
endian="little"
}
arm926ejscc () { arm926ejscc () {
findarmgcc findarmgcc
GCCOPTS="$CCOPTS -mcpu=arm926ej-s" GCCOPTS="$CCOPTS -mcpu=arm926ej-s"