summaryrefslogtreecommitdiff
path: root/toolkit/library
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-03-30 20:03:33 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-03-30 20:03:33 +0100
commit4b4a5f2b0ca2a95d706e713564f94bdeb01757b0 (patch)
treeb84b2c122ce39dedbd8286bb6c7aba3aca51b964 /toolkit/library
parentd961ec770ff5d846e4f4c0b1c34c0e4b3e68d336 (diff)
downloadaura-central-4b4a5f2b0ca2a95d706e713564f94bdeb01757b0.tar.gz
Issue mcp-graveyard/UXP%187: Remove solaris 1st party code OS checks.
Diffstat (limited to 'toolkit/library')
-rw-r--r--toolkit/library/moz.build9
1 files changed, 0 insertions, 9 deletions
diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build
index 5191b5a21..ba7fb5032 100644
--- a/toolkit/library/moz.build
+++ b/toolkit/library/moz.build
@@ -270,15 +270,6 @@ if CONFIG['MOZ_ENABLE_STARTUP_NOTIFICATION']:
if CONFIG['MOZ_ENABLE_LIBPROXY']:
OS_LIBS += CONFIG['MOZ_LIBPROXY_LIBS']
-if CONFIG['OS_ARCH'] == 'SunOS':
- OS_LIBS += [
- 'elf',
- ]
- if CONFIG['GNU_CC']:
- OS_LIBS += [
- 'demangle',
- ]
-
if CONFIG['OS_ARCH'] == 'FreeBSD':
OS_LIBS += [
'util',