diff options
author | Peter Wemm <peter@FreeBSD.org> | 2003-12-13 21:35:43 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2003-12-13 21:35:43 +0000 |
commit | 7059589bd64b2a99cab6df938b191d4e9fce56bd (patch) | |
tree | 5f08e61f528456c64e85212ca62872ad7f7214a6 /www/firefox3-devel/files/patch-xptcall-sparc64 | |
parent | Port to amd64 (note: requires ld-elf.so bugfix to actually work) (diff) |
Port to amd64 (note: needs ld-elf.so.1 bugfix to actually work)
I've taken a chance and split the sparc64 and alpha mega-diffs up because
sparc64 patched the result of alpha's patches, and amd64 needed to do the
same again - but it was sorted lexically before alpha/sparc64. I've
grouped the xptcall patches together since they are standalone and split
up and merged the other infrastructure jumbo-patches.
I also attempted to sync up the nspr vs firebird diffs for sparc64 and
alpha because they disagreed. HOWEVER... While this port 'depends'
on the nspr port, it doesn't actually *use* it. It should probably
be removed from the LIB_DEPENDS list.
Note that the amd64 xptcall code came from SuSE via the mozilla bugzilla
database.
Diffstat (limited to 'www/firefox3-devel/files/patch-xptcall-sparc64')
-rw-r--r-- | www/firefox3-devel/files/patch-xptcall-sparc64 | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/firefox3-devel/files/patch-xptcall-sparc64 b/www/firefox3-devel/files/patch-xptcall-sparc64 index ea2773ced7d9..9599a8a71336 100644 --- a/www/firefox3-devel/files/patch-xptcall-sparc64 +++ b/www/firefox3-devel/files/patch-xptcall-sparc64 @@ -1,21 +1,3 @@ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig Mon May 26 13:26:01 2003 -+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in Mon May 26 13:30:04 2003 -@@ -287,6 +287,15 @@ - ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s - endif - # -+# FreeBSD/SPARC64 -+# -+ifeq ($(OS_ARCH),FreeBSD) -+ifneq (,$(findstring sparc,$(OS_TEST))) -+CPPSRCS := xptcinvoke_sparc64_freebsd.cpp xptcstubs_sparc64_freebsd.cpp -+ASFILES := xptcinvoke_asm_sparc64_freebsd.s xptcstubs_asm_sparcv9_solaris.s -+endif -+endif -+# - # Solaris/SPARC - # - ifeq ($(OS_ARCH),SunOS) --- /dev/null Mon May 26 13:22:00 2003 +++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_sparc64_freebsd.cpp Mon May 26 04:12:55 2003 @@ -0,0 +1,123 @@ |