Changeset 22f187d0 in rtems


Ignore:
Timestamp:
07/18/06 07:25:19 (17 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d4609b2
Parents:
4557d3c
Message:

Fix setting up targets for solaris*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/crossrpms/configure.ac

    r4557d3c r22f187d0  
    4343  for d in freebsd*/*/Makefile.am \
    4444    cygwin*/*/Makefile.am \
    45     mingw*/*/Makefile.am \
    46     solaris*/*/Makefile.am; \
     45    mingw*/*/Makefile.am; \
    4746  do
    4847      o=`echo $d | sed -e 's,/.*,,'`
    4948      a=`echo $d | sed -e 's,/Makefile\.am,,;s,.*/,,'`
    5049      targets="$targets $a-pc-$o"
     50  done
     51  for d in solaris*/*/Makefile.am; \
     52  do
     53      o=`echo $d | sed -e 's,/.*,,'`
     54      a=`echo $d | sed -e 's,/Makefile\.am,,;s,.*/,,'`
     55      targets="$targets $a-sun-$o"
    5156  done
    5257  cd $savdir
Note: See TracChangeset for help on using the changeset viewer.