mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
11 lines
392 B
Diff
11 lines
392 B
Diff
--- a/gcc/config/mips/mips.c
|
|
+++ b/gcc/config/mips/mips.c
|
|
@@ -20007,7 +20007,7 @@
|
|
/* The effect of -mabicalls isn't defined for the EABI. */
|
|
if (mips_abi == ABI_EABI && TARGET_ABICALLS)
|
|
{
|
|
- error ("unsupported combination: %s", "-mabicalls -mabi=eabi");
|
|
+ /* error ("unsupported combination: %s", "-mabicalls -mabi=eabi");*/
|
|
target_flags &= ~MASK_ABICALLS;
|
|
}
|