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:
Ralf Corsepius
2003-01-31 05:10:02 +00:00
parent 0ac55c0c57
commit 6044dd2f53
3 changed files with 8 additions and 11 deletions

View File

@@ -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,

View File

@@ -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 =

View File

@@ -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])