2008-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>

* bsp_specs: Remove -Qy from *link.
This commit is contained in:
Ralf Corsepius
2008-12-07 04:31:06 +00:00
parent 3eb3c1ae6d
commit 12f9e9420d
12 changed files with 30 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
2008-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove -Qy from *link.
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsp_specs: Move -e start from *link to *startfile to avoid warning

View File

@@ -8,7 +8,7 @@
-e __rtems_entry_point -u __vectors}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic}
%{!qrtems: %(old_link)} %{qrtems: -dp -Bstatic}
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}

View File

@@ -1,3 +1,7 @@
2008-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove -Qy from *link.
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsp_specs: Move -e start from *link to *startfile to avoid warning

View File

@@ -8,7 +8,7 @@
vectors_entry%O%s start.o%s -e __rtems_entry_point -u __vectors}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic}
%{!qrtems: %(old_link)} %{qrtems: -dp -Bstatic}
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}

View File

@@ -1,3 +1,7 @@
2008-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove -Qy from *link.
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove motld_start_g.o.

View File

@@ -7,7 +7,7 @@
%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s -e __rtems_entry_point -u __vectors motld_start.o%s}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic}
%{!qrtems: %(old_link)} %{qrtems: -dp -Bstatic}
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}

View File

@@ -1,3 +1,7 @@
2008-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove -Qy from *link.
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsp_specs: Move -e start from *link to *startfile to avoid warning

View File

@@ -8,7 +8,7 @@
mvme5500start.o%s -e __rtems_entry_point -u __vectors}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic}
%{!qrtems: %(old_link)} %{qrtems: -dp -Bstatic}
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}

View File

@@ -1,3 +1,7 @@
2008-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove -Qy from *link.
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsp_specs: Move -e start from *link to *startfile to avoid warning

View File

@@ -8,7 +8,7 @@
start.o%s -e _start -u __vectors}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic}
%{!qrtems: %(old_link)} %{qrtems: -dp -Bstatic}
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}

View File

@@ -1,3 +1,7 @@
2008-12-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove -Qy from *link.
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsp_specs: Move -e start from *link to *startfile to avoid warning

View File

@@ -10,4 +10,4 @@
%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}
*link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic}
%{!qrtems: %(old_link)} %{qrtems: -dp -Bstatic}