summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/posix
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-03 06:24:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-03 06:24:00 +0000
commit23bd20f7d5b0558837f781f00aee4071eaeb5205 (patch)
tree7d0a879822a7dbe86d3a95ba340b5034520f5c43 /c/src/lib/libbsp/unix/posix
parent2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-23bd20f7d5b0558837f781f00aee4071eaeb5205.tar.bz2
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AM_CONDITIONAL(HAS_MP).
Diffstat (limited to 'c/src/lib/libbsp/unix/posix')
-rw-r--r--c/src/lib/libbsp/unix/posix/ChangeLog4
-rw-r--r--c/src/lib/libbsp/unix/posix/configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/unix/posix/ChangeLog b/c/src/lib/libbsp/unix/posix/ChangeLog
index caa85d8822..0d405a486b 100644
--- a/c/src/lib/libbsp/unix/posix/ChangeLog
+++ b/c/src/lib/libbsp/unix/posix/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
+
2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
diff --git a/c/src/lib/libbsp/unix/posix/configure.ac b/c/src/lib/libbsp/unix/posix/configure.ac
index 92d394f529..d5a83f2aa7 100644
--- a/c/src/lib/libbsp/unix/posix/configure.ac
+++ b/c/src/lib/libbsp/unix/posix/configure.ac
@@ -13,7 +13,6 @@ RTEMS_BSP_CONFIGURE
RTEMS_ENABLE_CXX
-
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_PROG_CXX_FOR_TARGET
@@ -24,7 +23,6 @@ RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
RTEMS_CHECK_CXX
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
-AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")