summaryrefslogtreecommitdiffstats
path: root/application/palemoon/app/Makefile.in
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-05-28 07:42:21 +0200
committerGitHub <noreply@github.com>2018-05-28 07:42:21 +0200
commitbee00a4a3db557ffd950c9704558e8c7ef89b6dd (patch)
tree5de690c4db2bd97f5a9d07d2a0c2b5b446645600 /application/palemoon/app/Makefile.in
parent10623b2a31db629e42e9519c8428c5f6f23c8203 (diff)
parenta147b682697db1ce8e11010c72a19edb7eb7c213 (diff)
downloadUXP-bee00a4a3db557ffd950c9704558e8c7ef89b6dd.tar
UXP-bee00a4a3db557ffd950c9704558e8c7ef89b6dd.tar.gz
UXP-bee00a4a3db557ffd950c9704558e8c7ef89b6dd.tar.lz
UXP-bee00a4a3db557ffd950c9704558e8c7ef89b6dd.tar.xz
UXP-bee00a4a3db557ffd950c9704558e8c7ef89b6dd.zip
Merge pull request #399 from MoonchildProductions/revert-395-buildsystem-work
Revert "Always build with SSE2 support & display an error if not available"
Diffstat (limited to 'application/palemoon/app/Makefile.in')
-rw-r--r--application/palemoon/app/Makefile.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/application/palemoon/app/Makefile.in b/application/palemoon/app/Makefile.in
index 94f4dc1f3..c0f01212c 100644
--- a/application/palemoon/app/Makefile.in
+++ b/application/palemoon/app/Makefile.in
@@ -33,14 +33,6 @@ NSDISTMODE = copy
include $(topsrcdir)/config/config.mk
-# If we are trying to show an error dialog about the lack of SSE2 support,
-# make sure that code itself doesn't use SSE2.
-ifdef MOZ_LINUX_SSE2_STARTUP_ERROR
-CXXFLAGS := $(filter-out -march=% -msse2 -mfpmath=sse,$(CXXFLAGS))
-CXX := $(filter-out -march=% -msse2 -mfpmath=sse,$(CXX))
-CXXFLAGS += -msse -mno-sse2 -mfpmath=387
-endif
-
ifeq ($(OS_ARCH),WINNT)
# Rebuild firefox.exe if the manifest changes - it's included by splash.rc.
# (this dependency should really be just for firefox.exe, not other targets)