diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-30 20:03:33 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-30 20:03:33 +0100 |
commit | 6b968b13d9cab02d8634facc87ae39e51dee4020 (patch) | |
tree | b84b2c122ce39dedbd8286bb6c7aba3aca51b964 /js/src/Makefile.in | |
parent | 25779d371c571e4f51792af3e3c5588b3186e934 (diff) | |
download | uxp-6b968b13d9cab02d8634facc87ae39e51dee4020.tar.gz |
Issue #187: Remove solaris 1st party code OS checks.
Diffstat (limited to 'js/src/Makefile.in')
-rw-r--r-- | js/src/Makefile.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/js/src/Makefile.in b/js/src/Makefile.in index b007954b1f..7f49a37181 100644 --- a/js/src/Makefile.in +++ b/js/src/Makefile.in @@ -148,16 +148,6 @@ CFLAGS += -qsuppress=1540-1281 -qsuppress=1540-1608 CXXFLAGS += -qsuppress=1540-1281 -qsuppress=1540-1608 endif endif -ifeq ($(OS_ARCH),SunOS) -ifeq ($(TARGET_CPU),sparc) - -ifdef GNU_CC -CFLAGS += -mcpu=v9 -CXXFLAGS += -mcpu=v9 -endif # GNU_CC - -endif -endif $(LIBRARY_NAME).pc: js.pc cp $^ $@ |