summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-28 19:53:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-28 19:53:00 +0000
commitef87186893adc841213c436ca1bf45e911fe13e2 (patch)
tree157c53820875b55b2dff473e2724a2e2403537f9 /testsuites/psxtests
parent2010-06-28 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-ef87186893adc841213c436ca1bf45e911fe13e2.tar.bz2
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Remove reference to RTEMS_OBJECT_FORMAT.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/ChangeLog4
-rw-r--r--testsuites/psxtests/configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index 243511e0c6..966efc0d89 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,5 +1,9 @@
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * configure.ac: Remove reference to RTEMS_OBJECT_FORMAT.
+
+2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* Makefile.am, configure.ac: Add test to exercise IMFS behaviour with
files of maximum sizes.
* psximfs01/.cvsignore, psximfs01/Makefile.am, psximfs01/init.c,
diff --git a/testsuites/psxtests/configure.ac b/testsuites/psxtests/configure.ac
index a36ea8cd18..d264d6d303 100644
--- a/testsuites/psxtests/configure.ac
+++ b/testsuites/psxtests/configure.ac
@@ -22,8 +22,6 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
-RTEMS_OBJECT_FORMAT
-
AM_CONDITIONAL([HAS_NETWORKING],[test "$HAS_NETWORKING" = "yes"])
RTEMS_CHECK_CPUOPTS([RTEMS_POSIX_API])