Changeset a86c171 in rtems for aclocal/canonical-target-name.m4
- Timestamp:
- 05/24/01 20:01:10 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6b5a85ae
- Parents:
- 01ec6c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal/canonical-target-name.m4
r01ec6c0 ra86c171 13 13 AC_CANONICAL_SYSTEM 14 14 AC_MSG_CHECKING(rtems target cpu) 15 changequote(,)dnl16 15 case "${target}" in 17 16 # hpux unix port should go here 18 i[ 34567]86-*linux*) # unix "simulator" port17 i[[34567]]86-*linux*) # unix "simulator" port 19 18 RTEMS_CPU=unix 20 19 ;; 21 i[ 34567]86-*freebsd*) # unix "simulator" port20 i[[34567]]86-*freebsd*) # unix "simulator" port 22 21 RTEMS_CPU=unix 23 22 ;; 24 i[ 34567]86-pc-cygwin*) # Cygwin is just enough unix like :)23 i[[34567]]86-pc-cygwin*) # Cygwin is just enough unix like :) 25 24 RTEMS_CPU=unix 26 25 ;; … … 32 31 ;; 33 32 *) 34 RTEMS_CPU=`echo $target | sed 's%^\([ ^-]*\)-\(.*\)$%\1%'`33 RTEMS_CPU=`echo $target | sed 's%^\([[^-]]*\)-\(.*\)$%\1%'` 35 34 ;; 36 35 esac 37 changequote([,])dnl38 36 AC_SUBST(RTEMS_CPU) 39 37 AC_MSG_RESULT($RTEMS_CPU)
Note: See TracChangeset
for help on using the changeset viewer.