[csw-devel] SF.net SVN: gar:[18419] csw/mgar/pkg/tokyocabinet/trunk/Makefile
guengel at users.sourceforge.net
guengel at users.sourceforge.net
Fri Jun 15 07:32:59 CEST 2012
Revision: 18419
http://gar.svn.sourceforge.net/gar/?rev=18419&view=rev
Author: guengel
Date: 2012-06-15 05:32:59 +0000 (Fri, 15 Jun 2012)
Log Message:
-----------
tokyocabinet/trunk: Added distinct flags for generating PIC code on sparc/x86
Modified Paths:
--------------
csw/mgar/pkg/tokyocabinet/trunk/Makefile
Modified: csw/mgar/pkg/tokyocabinet/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tokyocabinet/trunk/Makefile 2012-06-15 03:48:57 UTC (rev 18418)
+++ csw/mgar/pkg/tokyocabinet/trunk/Makefile 2012-06-15 05:32:59 UTC (rev 18419)
@@ -74,7 +74,10 @@
BUILD64 = 1
-EXTRA_CFLAGS = -xc99=all -Kpic
+EXTRA_CFLAGS-sparc = -xcode=pic13
+EXTRA_CFLAGS-i386 = -Kpic
+
+EXTRA_CFLAGS = -xc99=all $(EXTRA_CFLAGS-$(GARCH))
EXTRA_CPPFLAGS = -DPIC
CONFIGURE_ARGS = $(DIRPATHS)
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