Changeset bd914b46 in rtems


Ignore:
Timestamp:
11/09/00 16:51:47 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5913d94
Parents:
feead226
Message:

2000-11-05 Ralf Corsepius <corsepiu@…>

  • configure.in: Adapt m4-quoting to autoconf-2.49b, use $host instead of $target to setup RPM_CPU, move chmod 755 buildall to AC_OUTPUT's extra-cmds.
Location:
scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scripts/ChangeLog

    rfeead226 rbd914b46  
     12000-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       
    172000-10-30      Joel Sherrill <joel@OARcorp.com>
    28
  • scripts/configure.in

    rfeead226 rbd914b46  
    22
    33AC_INIT(binutils)
     4
    45AM_INIT_AUTOMAKE(rtems-scripts,20000610-0,no)
    56
     
    3536
    3637AC_MSG_CHECKING(for RPM CPU type)
    37 changequote(,)dnl
    3838case "${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 ;;
    4141  sparc-sun-solaris*)    RPM_CPU=sparc ;;
    4242  *)
    43     AC_MSG_ERROR(RPM CPU for ${target} is unknown)
     43    AC_MSG_ERROR([RPM CPU for ${host} is unknown])
    4444    ;;
    4545esac
    46 changequote([,])dnl
    4746AC_MSG_RESULT($RPM_CPU)
    4847
     
    6867gccnewlib/Makefile
    6968gdb/Makefile
    70 rtems/Makefile,,
     69rtems/Makefile,
    7170chmod 755 buildall
    7271)
Note: See TracChangeset for help on using the changeset viewer.