From 9b7443cedae9752d44d16daf01bcc6e1515bcafb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 9 Mar 2006 03:30:37 +0000 Subject: Enable fortran and objc --- contrib/crossrpms/freebsd5.2/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib') diff --git a/contrib/crossrpms/freebsd5.2/Makefile.am b/contrib/crossrpms/freebsd5.2/Makefile.am index 0af6284cc8..0c9f45ad53 100644 --- a/contrib/crossrpms/freebsd5.2/Makefile.am +++ b/contrib/crossrpms/freebsd5.2/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