forked from Imagelibrary/rtems
2000-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2000-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2000-10-30 Joel Sherrill <joel@OARcorp.com>
|
2000-10-30 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
|
* buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_INIT(binutils)
|
AC_INIT(binutils)
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE(rtems-scripts,20000610-0,no)
|
AM_INIT_AUTOMAKE(rtems-scripts,20000610-0,no)
|
||||||
|
|
||||||
AC_EXEEXT
|
AC_EXEEXT
|
||||||
@@ -34,16 +35,14 @@ AC_SUBST(RPM_SPECSdir)
|
|||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
|
||||||
AC_MSG_CHECKING(for RPM CPU type)
|
AC_MSG_CHECKING(for RPM CPU type)
|
||||||
changequote(,)dnl
|
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
i[34567]86-*linux*) RPM_CPU=i386 ;;
|
i[[34567]]86-*linux*) RPM_CPU=i386 ;;
|
||||||
i[34567]86-pc-cygwin*) RPM_CPU=i386 ;;
|
i[[34567]]86-pc-cygwin*) RPM_CPU=i386 ;;
|
||||||
sparc-sun-solaris*) RPM_CPU=sparc ;;
|
sparc-sun-solaris*) RPM_CPU=sparc ;;
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR(RPM CPU for ${target} is unknown)
|
AC_MSG_ERROR([RPM CPU for ${host} is unknown])
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
changequote([,])dnl
|
|
||||||
AC_MSG_RESULT($RPM_CPU)
|
AC_MSG_RESULT($RPM_CPU)
|
||||||
|
|
||||||
GCCNEWLIBVERS="gcc-${gcc_version}-newlib-${newlib_version}"
|
GCCNEWLIBVERS="gcc-${gcc_version}-newlib-${newlib_version}"
|
||||||
@@ -67,6 +66,6 @@ mkbspspec
|
|||||||
binutils/Makefile
|
binutils/Makefile
|
||||||
gccnewlib/Makefile
|
gccnewlib/Makefile
|
||||||
gdb/Makefile
|
gdb/Makefile
|
||||||
rtems/Makefile,,
|
rtems/Makefile,
|
||||||
chmod 755 buildall
|
chmod 755 buildall
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user