Bug 941475 - Remove old workaround for gcc 3.2.2 (!) on OS/2 (!). r=mshal

This commit is contained in:
Mike Hommey 2013-11-22 08:16:19 +09:00
parent 210fcbefa5
commit 4526015e13

View File

@ -30,15 +30,6 @@ grepref_files += $(topsrcdir)/mobile/android/chrome/content/healthreport-prefs.j
endif
endif
# Optimizer bug with GCC 3.2.2 on OS/2
ifeq ($(OS_ARCH), OS2)
nsPrefService.$(OBJ_SUFFIX): nsPrefService.cpp
$(REPORT_BUILD)
@$(MAKE_DEPS_AUTO_CXX)
$(ELOG) $(CCC) $(OUTOPTION)$@ -c $(COMPILE_CXXFLAGS:-O2=-O1) $(_VPATH_SRCS)
endif
greprefs.js: $(grepref_files)
$(call py_action,preprocessor,$(PREF_PPFLAGS) $(DEFINES) $(ACDEFINES) $(XULPPFLAGS) $^ -o $@)