summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/ts_386ex/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-29 01:47:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-29 01:47:34 +0000
commitf3c5a0eccee7c7f8f07a6473c6d7ff9dd2bc8431 (patch)
treeb61110a2c5278a20c552c09a843e5572d2ed4d9f /c/src/lib/libbsp/i386/ts_386ex/configure.ac
parent2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f3c5a0eccee7c7f8f07a6473c6d7ff9dd2bc8431.tar.bz2
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS. Add RTEMS_PROG_CCAS.
Diffstat (limited to 'c/src/lib/libbsp/i386/ts_386ex/configure.ac')
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/ts_386ex/configure.ac b/c/src/lib/libbsp/i386/ts_386ex/configure.ac
index ab5eb88d48..c856c91f0a 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/configure.ac
+++ b/c/src/lib/libbsp/i386/ts_386ex/configure.ac
@@ -8,11 +8,12 @@ AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define foreign 1.8])
+AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.8])
RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS
+RTEMS_PROG_CCAS
RTEMS_CHECK_NETWORKING