diff options
| author | Adrian Bunk <bunk@stusta.de> | 2020-05-17 15:59:52 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-19 22:57:26 +0100 |
| commit | 329c60041103ec6d82fcc389cea7896d4c455e3a (patch) | |
| tree | 67242ee5fd5617fb6e65382793eb886727772f62 | |
| parent | a5698c0668a613ed919e346778eaeb6743c53481 (diff) | |
| download | poky-329c60041103ec6d82fcc389cea7896d4c455e3a.tar.gz | |
gcc: Remove mudflap remnants
mudflap was removed in gcc 4.9.
(From OE-Core rev: 6d649a07cfa0a89448caa67e4ca0a990973961b9)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-10.1.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 15 |
2 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-10.1.inc b/meta/recipes-devtools/gcc/gcc-10.1.inc index 041d426187..a3de91a2c6 100644 --- a/meta/recipes-devtools/gcc/gcc-10.1.inc +++ b/meta/recipes-devtools/gcc/gcc-10.1.inc | |||
| @@ -87,7 +87,6 @@ EXTRA_OECONF_BASE = "\ | |||
| 87 | ${SSP} \ | 87 | ${SSP} \ |
| 88 | --enable-libitm \ | 88 | --enable-libitm \ |
| 89 | --disable-bootstrap \ | 89 | --disable-bootstrap \ |
| 90 | --disable-libmudflap \ | ||
| 91 | --with-system-zlib \ | 90 | --with-system-zlib \ |
| 92 | ${@'--with-linker-hash-style=${LINKER_HASH_STYLE}' if '${LINKER_HASH_STYLE}' else ''} \ | 91 | ${@'--with-linker-hash-style=${LINKER_HASH_STYLE}' if '${LINKER_HASH_STYLE}' else ''} \ |
| 93 | --enable-linker-build-id \ | 92 | --enable-linker-build-id \ |
| @@ -99,7 +98,6 @@ EXTRA_OECONF_BASE = "\ | |||
| 99 | " | 98 | " |
| 100 | 99 | ||
| 101 | EXTRA_OECONF_INITIAL = "\ | 100 | EXTRA_OECONF_INITIAL = "\ |
| 102 | --disable-libmudflap \ | ||
| 103 | --disable-libgomp \ | 101 | --disable-libgomp \ |
| 104 | --disable-libitm \ | 102 | --disable-libitm \ |
| 105 | --disable-libquadmath \ | 103 | --disable-libquadmath \ |
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index e12c74613f..df1432e68d 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
| @@ -47,7 +47,6 @@ RUNTIMETARGET = "${RUNTIMELIBSSP} libstdc++-v3 libgomp libatomic ${RUNTIMELIBITM | |||
| 47 | RUNTIMETARGET_libc-newlib = "libstdc++-v3" | 47 | RUNTIMETARGET_libc-newlib = "libstdc++-v3" |
| 48 | 48 | ||
| 49 | # libiberty | 49 | # libiberty |
| 50 | # libmudflap | ||
| 51 | # libgfortran needs separate recipe due to libquadmath dependency | 50 | # libgfortran needs separate recipe due to libquadmath dependency |
| 52 | 51 | ||
| 53 | SLIB = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" | 52 | SLIB = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" |
| @@ -167,9 +166,6 @@ PACKAGES = "\ | |||
| 167 | libssp \ | 166 | libssp \ |
| 168 | libssp-dev \ | 167 | libssp-dev \ |
| 169 | libssp-staticdev \ | 168 | libssp-staticdev \ |
| 170 | libmudflap \ | ||
| 171 | libmudflap-dev \ | ||
| 172 | libmudflap-staticdev \ | ||
| 173 | libquadmath \ | 169 | libquadmath \ |
| 174 | libquadmath-dev \ | 170 | libquadmath-dev \ |
| 175 | libquadmath-staticdev \ | 171 | libquadmath-staticdev \ |
| @@ -242,17 +238,6 @@ SUMMARY_libquadmath-dev = "GNU quad-precision math library - development files" | |||
| 242 | FILES_libquadmath-staticdev = "${libdir}/libquadmath.a" | 238 | FILES_libquadmath-staticdev = "${libdir}/libquadmath.a" |
| 243 | SUMMARY_libquadmath-staticdev = "GNU quad-precision math library - static development files" | 239 | SUMMARY_libquadmath-staticdev = "GNU quad-precision math library - static development files" |
| 244 | 240 | ||
| 245 | # NOTE: mudflap has been removed as of gcc 4.9 and has been superseded by the address sanitiser | ||
| 246 | FILES_libmudflap = "${libdir}/libmudflap*.so.*" | ||
| 247 | SUMMARY_libmudflap = "Pointer debugging library for gcc" | ||
| 248 | FILES_libmudflap-dev = "\ | ||
| 249 | ${libdir}/libmudflap*.so \ | ||
| 250 | ${libdir}/libmudflap.la \ | ||
| 251 | " | ||
| 252 | SUMMARY_libmudflap-dev = "Pointer debugging library for gcc - development files" | ||
| 253 | FILES_libmudflap-staticdev = "${libdir}/libmudflap.a" | ||
| 254 | SUMMARY_libmudflap-staticdev = "Pointer debugging library for gcc - static development files" | ||
| 255 | |||
| 256 | FILES_libgomp = "${libdir}/libgomp*${SOLIBS}" | 241 | FILES_libgomp = "${libdir}/libgomp*${SOLIBS}" |
| 257 | SUMMARY_libgomp = "GNU OpenMP parallel programming library" | 242 | SUMMARY_libgomp = "GNU OpenMP parallel programming library" |
| 258 | FILES_libgomp-dev = "\ | 243 | FILES_libgomp-dev = "\ |
