File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -2203,15 +2203,6 @@ impl Build {
2203
2203
}
2204
2204
}
2205
2205
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
-
2215
2206
// Turn codegen down on i586 to avoid some instructions.
2216
2207
if target. full_arch == "i586" && target. os == "linux" {
2217
2208
cmd. args . push ( "-march=pentium" . into ( ) ) ;
@@ -3249,7 +3240,6 @@ impl Build {
3249
3240
"armv4t-unknown-linux-gnueabi" => Some ( "arm-linux-gnueabi" ) ,
3250
3241
"armv5te-unknown-linux-gnueabi" => Some ( "arm-linux-gnueabi" ) ,
3251
3242
"armv5te-unknown-linux-musleabi" => Some ( "arm-linux-gnueabi" ) ,
3252
- "arm-frc-linux-gnueabi" => Some ( "arm-frc-linux-gnueabi" ) ,
3253
3243
"arm-unknown-linux-gnueabihf" => Some ( "arm-linux-gnueabihf" ) ,
3254
3244
"arm-unknown-linux-musleabi" => Some ( "arm-linux-musleabi" ) ,
3255
3245
"arm-unknown-linux-musleabihf" => Some ( "arm-linux-musleabihf" ) ,
You can’t perform that action at this time.
0 commit comments