diff options
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-common.inc | 4 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc index b374c30acb..ddebbb8410 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-common.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc | |||
| @@ -61,6 +61,10 @@ EXTRA_OECONF_append_mips64 = " --with-abi=64 --with-arch-64=mips64 --with-tune-6 | |||
| 61 | EXTRA_OECONF_append_mips64el = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64" | 61 | EXTRA_OECONF_append_mips64el = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64" |
| 62 | EXTRA_OECONF_append_mips64n32 = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64" | 62 | EXTRA_OECONF_append_mips64n32 = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64" |
| 63 | EXTRA_OECONF_append_mips64eln32 = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64" | 63 | EXTRA_OECONF_append_mips64eln32 = " --with-abi=64 --with-arch-64=mips64 --with-tune-64=mips64" |
| 64 | EXTRA_OECONF_append_mipsisa32r6el = " --with-abi=32 --with-arch=mips32r6" | ||
| 65 | EXTRA_OECONF_append_mipsisa32r6 = " --with-abi=32 --with-arch=mips32r6" | ||
| 66 | EXTRA_OECONF_append_mipsisa64r6el = " --with-abi=64 --with-arch-64=mips64r6" | ||
| 67 | EXTRA_OECONF_append_mipsisa64r6 = " --with-abi=64 --with-arch-64=mips64r6" | ||
| 64 | 68 | ||
| 65 | # ARMv6+ adds atomic instructions that affect the ABI in libraries built | 69 | # ARMv6+ adds atomic instructions that affect the ABI in libraries built |
| 66 | # with TUNE_CCARGS in gcc-runtime. Make the compiler default to a | 70 | # with TUNE_CCARGS in gcc-runtime. Make the compiler default to a |
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 9791e21434..321a6deda4 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
| @@ -21,6 +21,10 @@ RUNTIMELIBITM_mips = "" | |||
| 21 | RUNTIMELIBITM_mipsel = "" | 21 | RUNTIMELIBITM_mipsel = "" |
| 22 | RUNTIMELIBITM_mips64 = "" | 22 | RUNTIMELIBITM_mips64 = "" |
| 23 | RUNTIMELIBITM_mips64el = "" | 23 | RUNTIMELIBITM_mips64el = "" |
| 24 | RUNTIMELIBITM_mipsisa32r6 = "" | ||
| 25 | RUNTIMELIBITM_mipsisa32r6el = "" | ||
| 26 | RUNTIMELIBITM_mipsisa64r6 = "" | ||
| 27 | RUNTIMELIBITM_mipsisa64r6el = "" | ||
| 24 | RUNTIMELIBITM_nios2 = "" | 28 | RUNTIMELIBITM_nios2 = "" |
| 25 | RUNTIMELIBITM_microblaze = "" | 29 | RUNTIMELIBITM_microblaze = "" |
| 26 | 30 | ||
