Changeset 044d954 in rtems


Ignore:
Timestamp:
10/23/03 17:24:49 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3c8fa15
Parents:
532b7d1
Message:

2003-10-23 Ralf Corsepius <corsepiu@…>

  • config-ml.in: Don't built multilib variant normal (-mn) for h8300-*-rtems*.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r532b7d1 r044d954  
     12003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * config-ml.in: Don't built multilib variant normal (-mn) for
     4        h8300-*-rtems*.
     5
    162003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • config-ml.in

    r532b7d1 r044d954  
    211211              *thumb* ) : ;;
    212212              *fpu* ) : ;;
     213              *) multidirs="${multidirs} ${x}" ;;
     214            esac
     215          done
     216        ;;
     217
     218h8300-*-rtems*)
     219          old_multidirs=${multidirs}
     220          multidirs=""
     221          for x in ${old_multidirs}; do
     222            case "${x}" in
     223              *normal* ) : ;;
    213224              *) multidirs="${multidirs} ${x}" ;;
    214225            esac
Note: See TracChangeset for help on using the changeset viewer.