summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-21 15:24:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-21 15:24:39 +0000
commit6db34918112af483807c25a7b9334311b6fac9a3 (patch)
tree0d5293e6df799cf06a9d19eb86c0e744d3de8484 /testsuites
parent2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6db34918112af483807c25a7b9334311b6fac9a3.tar.bz2
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove -Wall -ansi to work-around non-portability of with cdtest.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/samples/ChangeLog5
-rw-r--r--testsuites/samples/configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 18e0e61bad..3268f0a31a 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Remove -Wall -ansi to work-around non-portability of
+ with cdtest.
+
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
diff --git a/testsuites/samples/configure.ac b/testsuites/samples/configure.ac
index e4693db3f1..6c9528b638 100644
--- a/testsuites/samples/configure.ac
+++ b/testsuites/samples/configure.ac
@@ -20,7 +20,7 @@ RTEMS_ENV_RTEMSBSP
RTEMS_PROJECT_ROOT
-RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
+RTEMS_PROG_CC_FOR_TARGET
RTEMS_PROG_CXX_FOR_TARGET