Commit 9d53a703 authored by Mike Hommey's avatar Mike Hommey
Browse files

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

parent 2f9d386e
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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 $@)