summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin37310 -> 37317 bytes
-rw-r--r--eclass/mozcoreconf-v6.eclass9
2 files changed, 0 insertions, 9 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index 39a7675ad150..651595be6a56 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files differ
diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass
index 2d94be6baee4..450697773409 100644
--- a/eclass/mozcoreconf-v6.eclass
+++ b/eclass/mozcoreconf-v6.eclass
@@ -195,15 +195,6 @@ mozconfig_init() {
# Strip optimization so it does not end up in compile string
filter-flags '-O*'
- # elf-hack is broken on x86 and disabled by default.
- if is-flagq '-g*' ; then
- case "${ARCH}" in
- amd64 | arm)
- mozconfig_annotate 'elf-hack is broken with -g* flags' --disable-elf-hack
- ;;
- esac
- fi
-
# Strip over-aggressive CFLAGS
use custom-cflags || strip-flags