mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
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:
parent
a4aaf94af1
commit
7ba4af6ab0
1 changed files with 0 additions and 7 deletions
7
tools/configure
vendored
7
tools/configure
vendored
|
@ -579,13 +579,6 @@ arm940tcc () {
|
|||
endian="little"
|
||||
}
|
||||
|
||||
arm946cc () {
|
||||
findarmgcc
|
||||
GCCOPTS="$CCOPTS -mcpu=arm9e"
|
||||
GCCOPTIMIZE="-fomit-frame-pointer"
|
||||
endian="little"
|
||||
}
|
||||
|
||||
arm926ejscc () {
|
||||
findarmgcc
|
||||
GCCOPTS="$CCOPTS -mcpu=arm926ej-s"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue