[Bug bootstrap/95122] Cross-compile arm32 toolchain with hard float, but Error in gcc final

2020-05-14 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95122 Andreas Schwab changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug bootstrap/95122] Cross-compile arm32 toolchain with hard float, but Error in gcc final

2020-05-14 Thread chengcongxiu at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95122 chengcongxiu at huawei dot com changed: What|Removed |Added Resolution|--- |FIXED Statu

[Bug bootstrap/95122] Cross-compile arm32 toolchain with hard float, but Error in gcc final

2020-05-14 Thread chengcongxiu at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95122 --- Comment #5 from chengcongxiu at huawei dot com --- (In reply to Richard Earnshaw from comment #4) > Don't use -mhard-float or -msoft-float. Instead, you should be using > -mfloat-abi=[hard|softfp|soft] as appropriate. Also, rather than enco

[Bug bootstrap/95122] Cross-compile arm32 toolchain with hard float, but Error in gcc final

2020-05-14 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95122 --- Comment #4 from Richard Earnshaw --- Don't use -mhard-float or -msoft-float. Instead, you should be using -mfloat-abi=[hard|softfp|soft] as appropriate. Also, rather than encoding this into various sets of flags you should configure the com

[Bug bootstrap/95122] Cross-compile arm32 toolchain with hard float, but Error in gcc final

2020-05-14 Thread chengcongxiu at huawei dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95122 --- Comment #3 from chengcongxiu at huawei dot com --- (In reply to Richard Biener from comment #1) > You seem to build from inside the source directory, that is not supported. > Please create a separate object directory like > > mkdir obj > cd

[Bug bootstrap/95122] Cross-compile arm32 toolchain with hard float, but Error in gcc final

2020-05-14 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95122 --- Comment #2 from Andreas Schwab --- $ CFLAGS_FOR_TARGET="${-march=armv7-a -mhard-float}" bash: ${-march=armv7-a -mhard-float}: bad substitution

[Bug bootstrap/95122] Cross-compile arm32 toolchain with hard float, but Error in gcc final

2020-05-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95122 Richard Biener changed: What|Removed |Added Target||arm-linux-gnueabihf Ever confirmed|