summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-01 11:38:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-01 11:38:18 +0000
commite7ab8899cd31959623320e339d16296fdbf44136 (patch)
tree17b95b2bdac0877ed6e2dd70f526be1748823171 /cpukit/configure.ac
parent2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-e7ab8899cd31959623320e339d16296fdbf44136.tar.bz2
2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Remove -ansi (Cygwin breaks with it). * libcsupport/include/stdint.h: Use sys/_stdint.h to setup fixed size types. * libcsupport/include/sys/_inttypes.h: Add SCN*N macros.
Diffstat (limited to 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 66cc319eb7..fef551717d 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -31,7 +31,7 @@ else
AC_MSG_ERROR(no)
fi
-RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
+RTEMS_PROG_CC_FOR_TARGET([-fasm])
RTEMS_PROG_CCAS
RTEMS_CANONICALIZE_TOOLS
AM_PROG_CC_C_O