[csw-devel] SF.net SVN: gar:[15504] csw/mgar/pkg/gcc4/branches/opt-csw-prefix/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sat Sep 3 17:40:53 CEST 2011
Revision: 15504
http://gar.svn.sourceforge.net/gar/?rev=15504&view=rev
Author: wahwah
Date: 2011-09-03 15:40:53 +0000 (Sat, 03 Sep 2011)
Log Message:
-----------
pkg/gcc4/branches/opt-csw-prefix: less configuration options, no flags via environment
Modified Paths:
--------------
csw/mgar/pkg/gcc4/branches/opt-csw-prefix/Makefile
Modified: csw/mgar/pkg/gcc4/branches/opt-csw-prefix/Makefile
===================================================================
--- csw/mgar/pkg/gcc4/branches/opt-csw-prefix/Makefile 2011-09-03 15:14:35 UTC (rev 15503)
+++ csw/mgar/pkg/gcc4/branches/opt-csw-prefix/Makefile 2011-09-03 15:40:53 UTC (rev 15504)
@@ -44,6 +44,11 @@
# CONFIGURE_ARGS += --libdir=$(libdir)
# CONFIGURE_ARGS += --exec-prefix=$(BUILD_PREFIX)/$(PKG_VERSION_TOKEN)
+BUILD_DEP_PKGS += CSWlibz-dev
+BUILD_DEP_PKGS += CSWlibgmp-dev
+BUILD_DEP_PKGS += CSWlibmpc-dev
+BUILD_DEP_PKGS += CSWlibmpfr-dev
+
## build options
# http://gcc.gnu.org/install/configure.html
@@ -69,12 +74,10 @@
CONFIGURE_ARGS += --enable-libssp
CONFIGURE_ARGS += --enable-objc-gc
CONFIGURE_ARGS += --enable-threads=posix
-CONFIGURE_ARGS += --enable-stage1-languages=c
# We'll build ada later. It requires the PPL library.
# CONFIGURE_ARGS += --enable-languages=ada,c,c++,fortran,java,objc
CONFIGURE_ARGS += --enable-languages=c,c++,fortran,java,objc
-CONFIGURE_ARGS += --enable-bootstrap
-CONFIGURE_ARGS += --with-system-zlib
+CONFIGURE_ARGS += --with-system-zlib=/opt/csw
# there could be some abstractions in gar.conf.mk, but at the moment there
# aren't so let's specify architectures by hand.
@@ -109,13 +112,13 @@
# the compiler binaries are 32-bit only, but since the compiler can generate
# 32-bit and 64-bit binaries, the libraries have to be built for both
# architectures.
-ifeq ($(MODULATION),isa-i386)
+# ifeq ($(MODULATION),isa-i386)
CFLAGS =
CXXFLAGS =
FFLAGS =
FCFLAGS =
OPTFLAGS =
-endif
+# endif
# Might be necessary, but CFLAGS_FOR_TARGET seem to be enough for now.
# BOOT_CFLAGS = $(CFLAGS_FOR_TARGET)
@@ -137,7 +140,7 @@
GARCOMPILER = GNU
# There's a lot of failing checks. Probably a lot of porting work.
-SKIPTEST = 1
+SKIPTEST ?= 1
# Used multiple times in package definitions
JAVA_LIB_VERSION = 12
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