summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-03-09 03:30:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-03-09 03:30:37 +0000
commit9b7443cedae9752d44d16daf01bcc6e1515bcafb (patch)
treee1356969d7c20f2f328c35ed2f357e155ba4b2af /contrib
parent2006-03-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-9b7443cedae9752d44d16daf01bcc6e1515bcafb.tar.bz2
Enable fortran and objc
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/freebsd5.2/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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