[csw-devel] SF.net SVN: gar:[5722] csw/mgar/pkg/python/trunk/Makefile
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Wed Jul 29 23:45:29 CEST 2009
Revision: 5722
http://gar.svn.sourceforge.net/gar/?rev=5722&view=rev
Author: valholla
Date: 2009-07-29 21:45:29 +0000 (Wed, 29 Jul 2009)
Log Message:
-----------
fix Makefile
Modified Paths:
--------------
csw/mgar/pkg/python/trunk/Makefile
Modified: csw/mgar/pkg/python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/python/trunk/Makefile 2009-07-29 20:46:21 UTC (rev 5721)
+++ csw/mgar/pkg/python/trunk/Makefile 2009-07-29 21:45:29 UTC (rev 5722)
@@ -47,17 +47,9 @@
DEPENDS += lib/gdbm
ifeq ($(shell uname -p), i386)
- ifeq ($(shell uname -r),5.10)
- BASECFLAGS = -xO3 -xarch=amd64
- else
- BASECFLAGS = -xO3 -xarch=386
- endif
+ BASECFLAGS = -xO3 -xarch=386
else
- ifeq ($(shell uname -r),5.10)
- BASECFLAGS = -xO3 -xarch=v9
- else
- BASECFLAGS = -xO3 -xarch=v8
- endif
+ BASECFLAGS = -xO3 -xarch=v8
endif
COMPILER_EXPORTS += BASECFLAGS
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