mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove reference to mkbinutilsspec. * configure.ac: Remove EXEEXT check. Add common/clean.add, common/common.add.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Remove reference to mkbinutilsspec.
|
||||||
|
* configure.ac: Remove EXEEXT check.
|
||||||
|
Add common/clean.add, common/common.add.
|
||||||
|
|
||||||
2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* binutils/binutils.add: Remove header, broken cdn-X configuration,
|
* binutils/binutils.add: Remove header, broken cdn-X configuration,
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ ACLOCAL_AMFLAGS = -I ../aclocal
|
|||||||
SUBDIRS = . binutils gccnewlib gcc3newlib gdb rtems autotools cpukit
|
SUBDIRS = . binutils gccnewlib gcc3newlib gdb rtems autotools cpukit
|
||||||
SUBDIRS += rtemsdoc
|
SUBDIRS += rtemsdoc
|
||||||
|
|
||||||
noinst_SCRIPTS = setup buildall buildalltar mkbinutilspec mkbspspec \
|
noinst_SCRIPTS = setup buildall buildalltar mkbspspec \
|
||||||
mkgccnewlibspec mkrpms mkspec
|
mkgccnewlibspec mkrpms mkspec
|
||||||
|
|
||||||
TEMPLATES =
|
TEMPLATES =
|
||||||
|
|||||||
@@ -9,16 +9,6 @@ AM_INIT_AUTOMAKE([no-define foreign 1.6])
|
|||||||
|
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
|
||||||
# Check for .exe suffix.
|
|
||||||
# With autoconf > 2.13 AC_EXEEXT is not what we want to use.
|
|
||||||
AC_MSG_CHECKING([for executable suffix])
|
|
||||||
case "$host" in
|
|
||||||
i?86-*cygwin*)
|
|
||||||
EXEEXT=.exe ;;
|
|
||||||
esac
|
|
||||||
AC_SUBST(EXEEXT)
|
|
||||||
AC_MSG_RESULT([$EXEEXT])
|
|
||||||
|
|
||||||
test -f ./setup.cache || cp ${srcdir}/setup.def ./setup.cache
|
test -f ./setup.cache || cp ${srcdir}/setup.def ./setup.cache
|
||||||
. ./setup.cache
|
. ./setup.cache
|
||||||
|
|
||||||
@@ -90,6 +80,7 @@ cpukit/Makefile
|
|||||||
rtemsdoc/Makefile
|
rtemsdoc/Makefile
|
||||||
])
|
])
|
||||||
|
|
||||||
|
AC_CONFIG_FILES([common/common.add common/clean.add])
|
||||||
AC_CONFIG_FILES([buildalltar],[chmod +x buildalltar])
|
AC_CONFIG_FILES([buildalltar],[chmod +x buildalltar])
|
||||||
AC_CONFIG_FILES([buildall],[chmod +x buildall])
|
AC_CONFIG_FILES([buildall],[chmod +x buildall])
|
||||||
AC_CONFIG_FILES([gdb/mkspec],[chmod +x gdb/mkspec])
|
AC_CONFIG_FILES([gdb/mkspec],[chmod +x gdb/mkspec])
|
||||||
|
|||||||
Reference in New Issue
Block a user