Changeset 9b7443c in rtems


Ignore:
Timestamp:
03/09/06 03:30:37 (18 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
f26c821
Parents:
1ff385c
Message:

Enable fortran and objc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/crossrpms/freebsd5.2/Makefile.am

    r1ff385c r9b7443c  
    9393          -e "/--with-newlib/d" \
    9494          -e 's,^%define build_newlib.*$$,%define build_newlib 0,' \
     95          -e "s,^%define[ ]*_fortran[   ]*0,%define _fortran            1," \
     96          -e "s,^%define[ ]*_objc[      ]*0,%define _objc               1," \
    9597          > $(TARGET)-gcc.spec.in
    9698CLEANFILES += $(TARGET)-gcc.spec.in
Note: See TracChangeset for help on using the changeset viewer.