2000-11-02 Joel Sherrill <joel@OARcorp.com>

* bsp_specs: Remove -Tlinkcmds from *link rule.
This commit is contained in:
Joel Sherrill
2000-11-02 22:48:20 +00:00
parent 2f17d7454f
commit 63b347b7ae
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2000-11-02 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Remove -Tlinkcmds from *link rule.
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.

View File

@@ -1,3 +1,7 @@
2000-11-02 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Remove -Tlinkcmds from *link rule.
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.

View File

@@ -19,5 +19,5 @@
%{qrtems_debug: start_g.o%s crtbegin.o%s}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -T linkcmds%s -e _start}
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -e _start}

View File

@@ -19,4 +19,4 @@
%{qrtems_debug: start_g.o%s}}
*link:
%(old_link) %{!qrtems: %(old_link)} %{qrtems: -dc -dp -T linkcmds%s -N -e _start}
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}