Skip to content

Commit

Permalink
Revert "Add FRC 2023 Compilers (#4568)"
Browse files Browse the repository at this point in the history
This reverts commit a259aff.
  • Loading branch information
partouf committed Jan 11, 2023
1 parent 6905568 commit e861f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions etc/config/c++.amazon.properties
Expand Up @@ -1376,7 +1376,7 @@ compiler.k1cg750.hidden=true

###############################
# Platform Specific Cross Compilers
group.platspec.compilers=frc2019:frc2020:frc2023:raspbian9:raspbian10:arduinouno189:arduinomega189:&cl430
group.platspec.compilers=frc2019:frc2020:raspbian9:raspbian10:arduinouno189:arduinomega189:&cl430
group.platspec.groupName=Platform Specific Compilers
group.platspec.isSemVer=true
group.platspec.includeFlag=-I
Expand All @@ -1392,10 +1392,6 @@ compiler.frc2020.exe=/opt/compiler-explorer/arm/frc2020-7.3.0/roborio/bin/arm-fr
compiler.frc2020.name=FRC 2020
compiler.frc2020.semver=7.3
compiler.frc2020.objdumper=/opt/compiler-explorer/arm/frc2020-7.3.0/roborio/bin/arm-frc2020-linux-gnueabi-objdump
compiler.frc2023.exe=/opt/compiler-explorer/arm/frc2023-12.1.0/bin/arm-frc2023-linux-gnueabi-g++
compiler.frc2023.name=FRC 2023
compiler.frc2023.semver=12.1
compiler.frc2023.objdumper=/opt/compiler-explorer/arm/frc2023-12.1.0/bin/arm-frc2023-linux-gnueabi-objdump
compiler.raspbian9.exe=/opt/compiler-explorer/arm/raspbian9-6.3.0/bin/arm-raspbian9-linux-gnueabihf-g++
compiler.raspbian9.name=Raspbian Stretch
compiler.raspbian9.semver=6.3
Expand Down
6 changes: 1 addition & 5 deletions etc/config/c.amazon.properties
Expand Up @@ -1338,7 +1338,7 @@ compiler.ck1cg750.objdumper=/opt/compiler-explorer/k1/gcc-7.5.0/k1-unknown-elf/b

###############################
# Platform Specific Cross Compilers
group.cplatspec.compilers=cfrc2019:cfrc2020:cfrc2023:craspbian9:craspbian10:carduinouno189:carduinomega189:&ccl430
group.cplatspec.compilers=cfrc2019:cfrc2020:craspbian9:craspbian10:carduinouno189:carduinomega189:&ccl430
group.cplatspec.groupName=Platform Specific Compilers
group.cplatspec.isSemVer=true
group.cplatspec.includeFlag=-I
Expand All @@ -1354,10 +1354,6 @@ compiler.cfrc2020.exe=/opt/compiler-explorer/arm/frc2020-7.3.0/roborio/bin/arm-f
compiler.cfrc2020.name=FRC 2020
compiler.cfrc2020.semver=7.3
compiler.cfrc2020.objdumper=/opt/compiler-explorer/arm/frc2020-7.3.0/roborio/bin/arm-frc2020-linux-gnueabi-objdump
compiler.cfrc2023.exe=/opt/compiler-explorer/arm/frc2023-12.1.0/bin/arm-frc2023-linux-gnueabi-gcc
compiler.cfrc2023.name=FRC 2023
compiler.cfrc2023.semver=12.1
compiler.cfrc2023.objdumper=/opt/compiler-explorer/arm/frc2023-12.1.0/bin/arm-frc2023-linux-gnueabi-objdump
compiler.craspbian9.exe=/opt/compiler-explorer/arm/raspbian9-6.3.0/bin/arm-raspbian9-linux-gnueabihf-gcc
compiler.craspbian9.name=Raspbian Stretch
compiler.craspbian9.semver=6.3
Expand Down

0 comments on commit e861f94

Please sign in to comment.