summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-31 21:22:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-31 21:22:43 +0000
commit3d4e62feda0ddba845100b6551468800ad5bd51f (patch)
treefed5640bbd79217fe322916faa193504e34b547d
parent2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3d4e62feda0ddba845100b6551468800ad5bd51f.tar.bz2
2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Add qnolinkcmds.
-rw-r--r--c/src/lib/libbsp/unix/posix/ChangeLog4
-rw-r--r--c/src/lib/libbsp/unix/posix/bsp_specs3
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/unix/posix/ChangeLog b/c/src/lib/libbsp/unix/posix/ChangeLog
index e7c06e1d3a..1ef127310f 100644
--- a/c/src/lib/libbsp/unix/posix/ChangeLog
+++ b/c/src/lib/libbsp/unix/posix/ChangeLog
@@ -1,3 +1,7 @@
+2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * bsp_specs: Add qnolinkcmds.
+
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
diff --git a/c/src/lib/libbsp/unix/posix/bsp_specs b/c/src/lib/libbsp/unix/posix/bsp_specs
index a303e58bdb..abe99f1180 100644
--- a/c/src/lib/libbsp/unix/posix/bsp_specs
+++ b/c/src/lib/libbsp/unix/posix/bsp_specs
@@ -4,5 +4,6 @@
%{!qrtems: %(old_lib)} \
%{qrtems: %{!qrtems_debug: -lrtemsall } \
%{qrtems_debug: -lrtemsall_g} \
-%(old_lib)}
+%(old_lib) \
+%{qnolinkcmds: } }