Changeset bd914b46 in rtems
- Timestamp:
- 11/09/00 16:51:47 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5913d94
- Parents:
- feead226
- Location:
- scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
rfeead226 rbd914b46 1 2000-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host 4 instead of $target to setup RPM_CPU, move chmod 755 buildall to 5 AC_OUTPUT's extra-cmds. 6 1 7 2000-10-30 Joel Sherrill <joel@OARcorp.com> 2 8 -
scripts/configure.in
rfeead226 rbd914b46 2 2 3 3 AC_INIT(binutils) 4 4 5 AM_INIT_AUTOMAKE(rtems-scripts,20000610-0,no) 5 6 … … 35 36 36 37 AC_MSG_CHECKING(for RPM CPU type) 37 changequote(,)dnl38 38 case "${host}" in 39 i[ 34567]86-*linux*) RPM_CPU=i386 ;;40 i[ 34567]86-pc-cygwin*) RPM_CPU=i386 ;;39 i[[34567]]86-*linux*) RPM_CPU=i386 ;; 40 i[[34567]]86-pc-cygwin*) RPM_CPU=i386 ;; 41 41 sparc-sun-solaris*) RPM_CPU=sparc ;; 42 42 *) 43 AC_MSG_ERROR( RPM CPU for ${target} is unknown)43 AC_MSG_ERROR([RPM CPU for ${host} is unknown]) 44 44 ;; 45 45 esac 46 changequote([,])dnl47 46 AC_MSG_RESULT($RPM_CPU) 48 47 … … 68 67 gccnewlib/Makefile 69 68 gdb/Makefile 70 rtems/Makefile, ,69 rtems/Makefile, 71 70 chmod 755 buildall 72 71 )
Note: See TracChangeset
for help on using the changeset viewer.