[csw-devel] SF.net SVN: gar:[18407] csw/mgar/pkg/zlib/branches
guengel at users.sourceforge.net
guengel at users.sourceforge.net
Thu Jun 14 22:14:16 CEST 2012
Revision: 18407
http://gar.svn.sourceforge.net/gar/?rev=18407&view=rev
Author: guengel
Date: 2012-06-14 20:14:16 +0000 (Thu, 14 Jun 2012)
Log Message:
-----------
zlib/branches/amd64-pic: Branched in order to add CFLAGS for PIC code on x86.
Modified Paths:
--------------
csw/mgar/pkg/zlib/branches/amd64-pic/Makefile
Added Paths:
-----------
csw/mgar/pkg/zlib/branches/amd64-pic/
Modified: csw/mgar/pkg/zlib/branches/amd64-pic/Makefile
===================================================================
--- csw/mgar/pkg/zlib/trunk/Makefile 2012-06-14 14:50:28 UTC (rev 18406)
+++ csw/mgar/pkg/zlib/branches/amd64-pic/Makefile 2012-06-14 20:14:16 UTC (rev 18407)
@@ -42,15 +42,10 @@
EXTRA_BUILD_ISAS = sparcv8plus sparcv8plus+vis pentium_pro+mmx pentium
-# Temporary switch to GCC, because the previous build resulted in a broken
-# library on amd64 as reported by Rafael.
-GARCOMPILER = GNU
-LD_ALTEXEC = /opt/csw/bin/gld
-EXTRA_EXPORTS = LD_ALTEXEC
-
# # https://blogs.oracle.com/d/entry/building_shared_libraries_for_sparcv9
-# EXTRA_CFLAGS_sparc = -xcode=pic32
-# EXTRA_CFLAGS += $(EXTRA_CFLAGS_$(GARCH))
+EXTRA_CFLAGS_sparc = -xcode=pic32
+EXTRA_CFLAGS_i386 = -Kpic
+EXTRA_CFLAGS += $(EXTRA_CFLAGS_$(GARCH))
CONFIGURE_ARGS += --prefix=$(prefix)
CONFIGURE_ARGS += --eprefix=$(exec_prefix)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list