diff options
Diffstat (limited to 'recipes-devtools/gcc/gcc-runtime_4.5.bb')
| -rw-r--r-- | recipes-devtools/gcc/gcc-runtime_4.5.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-devtools/gcc/gcc-runtime_4.5.bb b/recipes-devtools/gcc/gcc-runtime_4.5.bb new file mode 100644 index 0000000000..fc3ab0711e --- /dev/null +++ b/recipes-devtools/gcc/gcc-runtime_4.5.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | PR = "r10" | ||
| 2 | |||
| 3 | require gcc-${PV}.inc | ||
| 4 | require gcc-configure-runtime.inc | ||
| 5 | require gcc-package-runtime.inc | ||
| 6 | |||
| 7 | SRC_URI_append = "file://fortran-cross-compile-hack.patch" | ||
| 8 | |||
| 9 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" | ||
| 10 | |||
| 11 | EXTRA_OECONF += "--disable-libunwind-exceptions" | ||
