File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -2203,15 +2203,6 @@ impl Build {
22032203 }
22042204 }
22052205
2206- // We can guarantee some settings for FRC
2207- if target. arch == "arm" && target. vendor == "frc" {
2208- cmd. args . push ( "-march=armv7-a" . into ( ) ) ;
2209- cmd. args . push ( "-mcpu=cortex-a9" . into ( ) ) ;
2210- cmd. args . push ( "-mfpu=vfpv3" . into ( ) ) ;
2211- cmd. args . push ( "-mfloat-abi=softfp" . into ( ) ) ;
2212- cmd. args . push ( "-marm" . into ( ) ) ;
2213- }
2214-
22152206 // Turn codegen down on i586 to avoid some instructions.
22162207 if target. full_arch == "i586" && target. os == "linux" {
22172208 cmd. args . push ( "-march=pentium" . into ( ) ) ;
@@ -3249,7 +3240,6 @@ impl Build {
32493240 "armv4t-unknown-linux-gnueabi" => Some ( "arm-linux-gnueabi" ) ,
32503241 "armv5te-unknown-linux-gnueabi" => Some ( "arm-linux-gnueabi" ) ,
32513242 "armv5te-unknown-linux-musleabi" => Some ( "arm-linux-gnueabi" ) ,
3252- "arm-frc-linux-gnueabi" => Some ( "arm-frc-linux-gnueabi" ) ,
32533243 "arm-unknown-linux-gnueabihf" => Some ( "arm-linux-gnueabihf" ) ,
32543244 "arm-unknown-linux-musleabi" => Some ( "arm-linux-musleabi" ) ,
32553245 "arm-unknown-linux-musleabihf" => Some ( "arm-linux-musleabihf" ) ,
You can’t perform that action at this time.
0 commit comments