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 /xpcom/reflect/xptcall/md/unix/Makefile.in | |
parent | 25779d371c571e4f51792af3e3c5588b3186e934 (diff) | |
download | UXP-6b968b13d9cab02d8634facc87ae39e51dee4020.tar UXP-6b968b13d9cab02d8634facc87ae39e51dee4020.tar.gz UXP-6b968b13d9cab02d8634facc87ae39e51dee4020.tar.lz UXP-6b968b13d9cab02d8634facc87ae39e51dee4020.tar.xz UXP-6b968b13d9cab02d8634facc87ae39e51dee4020.zip |
Issue #187: Remove solaris 1st party code OS checks.
Diffstat (limited to 'xpcom/reflect/xptcall/md/unix/Makefile.in')
-rw-r--r-- | xpcom/reflect/xptcall/md/unix/Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/xpcom/reflect/xptcall/md/unix/Makefile.in b/xpcom/reflect/xptcall/md/unix/Makefile.in index 716d79623..a023253cc 100644 --- a/xpcom/reflect/xptcall/md/unix/Makefile.in +++ b/xpcom/reflect/xptcall/md/unix/Makefile.in @@ -54,15 +54,3 @@ xptcstubs_asm_ppc_aix.s: xptcstubs_asm_ppc_aix.s.m4 $(DIST)/include/xptcstubsdef endif endif -ifeq ($(OS_ARCH),SunOS) -ifeq (86,$(findstring 86,$(OS_TEST))) -ifndef GNU_CC -xptcstubsdef_asm.solx86: $(DIST)/include/xptcstubsdef.inc - sed \ - -e 's/^\(STUB_ENTRY\)(\([0-9]\))/\11\(\2\)/' \ - -e 's/^\(STUB_ENTRY\)(\([0-9][0-9]\))/\12\(\2\)/' \ - -e 's/^\(STUB_ENTRY\)(\([0-9][0-9][0-9]\))/\13\(\2\)/' \ - $(DIST)/include/xptcstubsdef.inc > $@ -endif -endif -endif |