Backout changeset e986c0494f1a (bug 537857 part 1) due to Mochitest regression

This commit is contained in:
Mike Hommey 2011-06-28 09:58:29 +02:00
Родитель 9fb77d8199
Коммит 7998a8e3c3
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -1546,9 +1546,6 @@ if test "$GNU_CC"; then
if test "$GCC_USE_GNU_LD"; then
# Don't allow undefined symbols in libraries
DSO_LDOPTS="$DSO_LDOPTS -Wl,-z,defs"
LDFLAGS="$LDFLAGS -Wl,--gc-sections"
CFLAGS="$CFLAGS -ffunction-sections -fdata-sections"
CXXFLAGS="$CXXFLAGS -ffunction-sections -fdata-sections"
fi
WARNINGS_AS_ERRORS='-Werror'
DSO_CFLAGS=''