From 3d4e62feda0ddba845100b6551468800ad5bd51f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 31 Oct 2000 21:22:43 +0000 Subject: 2000-10-30 Ralf Corsepius * bsp_specs: Add qnolinkcmds. --- c/src/lib/libbsp/unix/posix/ChangeLog | 4 ++++ c/src/lib/libbsp/unix/posix/bsp_specs | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * bsp_specs: Add qnolinkcmds. + 2000-10-27 Ralf Corsepius * 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: } } -- cgit v1.2.3