From e7ab8899cd31959623320e339d16296fdbf44136 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 1 Nov 2004 11:38:18 +0000 Subject: 2004-11-01 Ralf Corsepius * 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. --- cpukit/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/configure.ac') 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 -- cgit v1.2.3