From 73d88d14f919d81c72b55475958d07ab0a1cab2f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 8 Mar 2006 09:21:42 +0000 Subject: Activate fortran and objc --- contrib/crossrpms/freebsd6.0/Makefile.am | 2 ++ contrib/crossrpms/solaris2.7/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) (limited to 'contrib') diff --git a/contrib/crossrpms/freebsd6.0/Makefile.am b/contrib/crossrpms/freebsd6.0/Makefile.am index 0d0e8e5ea2..ee231a2b14 100644 --- a/contrib/crossrpms/freebsd6.0/Makefile.am +++ b/contrib/crossrpms/freebsd6.0/Makefile.am @@ -92,6 +92,8 @@ $(TARGET)-gcc.spec.in: $(GCC_SUBPACKAGES) Makefile.am gcc-sources.add gcc-prep.a -e "/[@]tool_target[@]-w32api-sys-root/d" \ -e "/--with-newlib/d" \ -e 's,^%define build_newlib.*$$,%define build_newlib 0,' \ + -e "s,^%define[ ]*_fortran[ ]*0,%define _fortran 1," \ + -e "s,^%define[ ]*_objc[ ]*0,%define _objc 1," \ > $(TARGET)-gcc.spec.in CLEANFILES += $(TARGET)-gcc.spec.in diff --git a/contrib/crossrpms/solaris2.7/Makefile.am b/contrib/crossrpms/solaris2.7/Makefile.am index 1ee84aabcc..26a8a5c95d 100644 --- a/contrib/crossrpms/solaris2.7/Makefile.am +++ b/contrib/crossrpms/solaris2.7/Makefile.am @@ -92,6 +92,8 @@ $(TARGET)-gcc.spec.in: $(GCC_SUBPACKAGES) Makefile.am gcc-sources.add gcc-prep.a -e "/[@]tool_target[@]-w32api-sys-root/d" \ -e "/--with-newlib/d" \ -e 's,^%define build_newlib.*$$,%define build_newlib 0,' \ + -e "s,^%define[ ]*_fortran[ ]*0,%define _fortran 1," \ + -e "s,^%define[ ]*_objc[ ]*0,%define _objc 1," \ > $(TARGET)-gcc.spec.in CLEANFILES += $(TARGET)-gcc.spec.in -- cgit v1.2.3