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>
|
||||
|
||||
* 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 += rtemsdoc
|
||||
|
||||
noinst_SCRIPTS = setup buildall buildalltar mkbinutilspec mkbspspec \
|
||||
noinst_SCRIPTS = setup buildall buildalltar mkbspspec \
|
||||
mkgccnewlibspec mkrpms mkspec
|
||||
|
||||
TEMPLATES =
|
||||
|
||||
@@ -9,16 +9,6 @@ AM_INIT_AUTOMAKE([no-define foreign 1.6])
|
||||
|
||||
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
|
||||
. ./setup.cache
|
||||
|
||||
@@ -90,6 +80,7 @@ cpukit/Makefile
|
||||
rtemsdoc/Makefile
|
||||
])
|
||||
|
||||
AC_CONFIG_FILES([common/common.add common/clean.add])
|
||||
AC_CONFIG_FILES([buildalltar],[chmod +x buildalltar])
|
||||
AC_CONFIG_FILES([buildall],[chmod +x buildall])
|
||||
AC_CONFIG_FILES([gdb/mkspec],[chmod +x gdb/mkspec])
|
||||
|
||||
Reference in New Issue
Block a user