axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] 20080210.01.tpd.patch (powerpc-macosx.defs patch)


From: daly
Subject: [Axiom-developer] 20080210.01.tpd.patch (powerpc-macosx.defs patch)
Date: Sun, 10 Feb 2008 02:05:29 -0600

Add the file zips/gcl-2.6.8pre.h.powerpc-macosx.defs.patch.
This file is applied at build time to GCL to enable linking
cfuns-c and sockio-c into the gcl-2.6.8pre image. This patch
is normally applied to h/linux.defs but uses a different file
on the MAC OSX platform.

Tim

=============================================================================
diff --git a/changelog b/changelog
index c15d753..50f94e0 100644
--- a/changelog
+++ b/changelog
@@ -1,16 +1,17 @@
-20080109 tpd src/doc/book add Ei,En,Ei1,Ei2,Ei3,Ei4,Ei5,Ei6
-20080107 tpd Makefile fix GCLOPTS-CUSTRELOC for macosxppc
-20080107 tpd Makefile add Makefile.macosxppc stanza and GCLOPTS-CUSTRELOC
-20080107 tpd src/algebra/Makefile make cp of upper/lower files conditional
-20080107 tpd lsp/Makefile add gcl-2.6.8pre powerpc patch
-20080107 tpd zips/gcl-2.6.8pre.h.powerpc-macosx.defs.patch added
-20080107 tpd src/graph/viewman/viewman.c add defined(MACOSXplatform)
-20080104 tpd Makefile add debian
-20080104 tpd Makefile add redhat72
-20080104 tpd Makefile add redhat9
-20080103 tpd Makefile add opensuse
-20080103 tpd Makefile add ubuntu
-20080102 tpd src/algebra/zerodim remove extra )spool in LexTriangularPackage
+20080210 tpd zips/gcl-2.6.8pre.h.powerpc-macosx.defs.patch added
+20080209 tpd src/doc/book add Ei,En,Ei1,Ei2,Ei3,Ei4,Ei5,Ei6
+20080207 tpd Makefile fix GCLOPTS-CUSTRELOC for macosxppc
+20080207 tpd Makefile add Makefile.macosxppc stanza and GCLOPTS-CUSTRELOC
+20080207 tpd src/algebra/Makefile make cp of upper/lower files conditional
+20080207 tpd lsp/Makefile add gcl-2.6.8pre powerpc patch
+20080207 tpd zips/gcl-2.6.8pre.h.powerpc-macosx.defs.patch added
+20080207 tpd src/graph/viewman/viewman.c add defined(MACOSXplatform)
+20080204 tpd Makefile add debian
+20080204 tpd Makefile add redhat72
+20080204 tpd Makefile add redhat9
+20080203 tpd Makefile add opensuse
+20080203 tpd Makefile add ubuntu
+20080202 tpd src/algebra/zerodim remove extra )spool in LexTriangularPackage
 20080131 tpd src/input/Makefile add ei.input for Ei regression test
 20080131 tpd src/input/ei.input regression test function Ei
 20080131 tpd src/algebra/special.spad add special function Ei
diff --git a/zips/gcl-2.6.8pre.h.powerpc-macosx.defs.patch 
b/zips/gcl-2.6.8pre.h.powerpc-macosx.defs.patch
new file mode 100644
index 0000000..f5cb47d
--- /dev/null
+++ b/zips/gcl-2.6.8pre.h.powerpc-macosx.defs.patch
@@ -0,0 +1,12 @@
+--- powerpc-macosx.defs        2008-02-06 16:25:44.000000000 -0500
++++ powerpc-macosx.defs.tpd    2008-02-06 16:23:27.000000000 -0500
+@@ -8,6 +8,9 @@
+ # This is due to the requirements of the two level namespace.
+ LIBS := `echo $(LIBS) | sed -e 's/-lncurses/ /'` /sw/lib/libintl.dylib
+ 
++# 20080206 tpd link Axiom's code into the image
++EXTRAS = ${OBJ}/${SYS}/lib/cfuns-c.o ${OBJ}/${SYS}/lib/sockio-c.o
++
+ # Set this for the linker to operate correctly.
+ MACOSX_DEPLOYMENT_TARGET = 10.2
+ 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]