Bug 1385910 - In the error message, also ask to upload the pre-elfhacked library r=froydnj

MozReview-Commit-ID: A7ADGyQunjN

--HG--
extra : rebase_source : fac3410f828871b5b694851f99bdf588b67f0ef8
This commit is contained in:
Sylvestre Ledru 2017-07-31 16:35:03 +02:00
Родитель 6b5f784403
Коммит 6e1f2d507b
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -11,8 +11,9 @@ test-array$(DLL_SUFFIX) test-ctors$(DLL_SUFFIX): %$(DLL_SUFFIX): %.$(OBJ_SUFFIX)
$(MKSHLIB) $(LDFLAGS) $< -nostartfiles
@echo ===
@echo === If you get failures below, please file a bug describing the error
@echo === and your environment \(compiler and linker versions\), and use
@echo === --disable-elf-hack until this is fixed.
@echo === and your environment \(compiler and linker versions\), and
@echo === provide the pre-elfhacked library as an attachment.
@echo === Use --disable-elf-hack until this is fixed.
@echo ===
# Fail if the library doesn't have $(DT_TYPE) .dynamic info
$(TOOLCHAIN_PREFIX)readelf -d $@ | grep '($(DT_TYPE))'