forked from Imagelibrary/rtems
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove qrtems_debug.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|
||||||
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
2007-03-11 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/bspstart.c: Remove assignments of
|
* startup/bspstart.c: Remove assignments of
|
||||||
|
|||||||
@@ -3,9 +3,8 @@
|
|||||||
%rename link old_link
|
%rename link old_link
|
||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!qrtems_debug:start.o%s} \
|
%{!nostdlib: %{qrtems: start.o%s}}
|
||||||
%{qrtems_debug: start_g.o%s}}}
|
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e __start}
|
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e __start}
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -3,9 +3,8 @@
|
|||||||
%rename link old_link
|
%rename link old_link
|
||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!qrtems_debug: start.o%s} \
|
%{!nostdlib: %{qrtems: start.o%s}}
|
||||||
%{qrtems_debug: start_g.o%s}}}
|
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
|
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -3,9 +3,8 @@
|
|||||||
%rename link old_link
|
%rename link old_link
|
||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!qrtems_debug: start.o%s} \
|
%{!nostdlib: %{qrtems: start.o%s}}
|
||||||
%{qrtems_debug: start_g.o%s}}}
|
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%(old_link) %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
|
%(old_link) %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|
||||||
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* bsp_specs: Use nostdlib instead of nostdlibs (bogus).
|
* bsp_specs: Use nostdlib instead of nostdlibs (bogus).
|
||||||
|
|||||||
@@ -3,9 +3,8 @@
|
|||||||
%rename link old_link
|
%rename link old_link
|
||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!qrtems_debug: start.o%s} \
|
%{!nostdlib: %{qrtems: start.o%s crtbegin.o%s}}
|
||||||
%{qrtems_debug: start_g.o%s} crtbegin.o%s }}
|
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%(old_link) %{qrtems: -dc -dp -N -e _start}
|
%(old_link) %{qrtems: -dc -dp -N -e _start}
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|
||||||
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
|
* bsp_specs: Use old_link for -qrtems (Prevents *.link from killing
|
||||||
|
|||||||
@@ -3,13 +3,12 @@
|
|||||||
%rename link old_link
|
%rename link old_link
|
||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!qnostartfile: %{!qrtems_debug: start.o%s} \
|
%{!nostdlib: %{qrtems: %{!qnostartfile: start.o%s} crti.o%s crtbegin.o%s}}
|
||||||
%{qrtems_debug: start_g.o%s}} crti.o%s crtbegin.o%s }}
|
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%(old_link) %{qrtems: -dc -dp -N -e _start}
|
%(old_link) %{qrtems: -dc -dp -N -e _start}
|
||||||
|
|
||||||
*endfile:
|
*endfile:
|
||||||
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s }
|
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|
||||||
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* bsp_specs: Remove --oformat=...
|
* bsp_specs: Remove --oformat=...
|
||||||
|
|||||||
@@ -4,12 +4,10 @@
|
|||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
|
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
|
||||||
%{!qrtems_debug: start.o%s} \
|
start.o%s crti.o%s crtbegin.o%s }}
|
||||||
%{qrtems_debug: start_g.o%s} crti.o%s crtbegin.o%s }}
|
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%(old_link) %{qrtems: -dc -dp -N -e start}
|
%(old_link) %{qrtems: -dc -dp -N -e start}
|
||||||
|
|
||||||
*endfile:
|
*endfile:
|
||||||
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s }
|
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|
||||||
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* bsp_specs: Use nostdlib instead of nostdlibs (bogus).
|
* bsp_specs: Use nostdlib instead of nostdlibs (bogus).
|
||||||
|
|||||||
@@ -3,12 +3,11 @@
|
|||||||
%rename link old_link
|
%rename link old_link
|
||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!qrtems_debug: start.o%s} \
|
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
|
||||||
%{qrtems_debug: start_g.o%s} crti.o%s crtbegin.o%s }}
|
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%(old_link) %{qrtems: -dc -dp -N -e _start}
|
%(old_link) %{qrtems: -dc -dp -N -e _start}
|
||||||
|
|
||||||
*endfile:
|
*endfile:
|
||||||
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s }
|
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|
||||||
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* bsp_specs: Remove --oformat=...
|
* bsp_specs: Remove --oformat=...
|
||||||
|
|||||||
@@ -3,12 +3,11 @@
|
|||||||
%rename link old_link
|
%rename link old_link
|
||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!qrtems_debug: start.o%s} \
|
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
|
||||||
%{qrtems_debug: start_g.o%s} crti.o%s crtbegin.o%s }}
|
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%(old_link) %{qrtems: -dc -dp -N -e start}
|
%(old_link) %{qrtems: -dc -dp -N -e start}
|
||||||
|
|
||||||
*endfile:
|
*endfile:
|
||||||
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s }
|
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|
||||||
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* bsp_specs: Remove --oformat=...
|
* bsp_specs: Remove --oformat=...
|
||||||
|
|||||||
@@ -3,12 +3,11 @@
|
|||||||
%rename link old_link
|
%rename link old_link
|
||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!qrtems_debug: start.o%s} \
|
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
|
||||||
%{qrtems_debug: start_g.o%s} crti.o%s crtbegin.o%s }}
|
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%(old_link) %{qrtems: -dc -dp -N -e start}
|
%(old_link) %{qrtems: -dc -dp -N -e start}
|
||||||
|
|
||||||
*endfile:
|
*endfile:
|
||||||
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s }
|
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|
||||||
2007-03-28 Joel Sherrill <joel@OARcorp.com>
|
2007-03-28 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* clock/ckinit.c: Add support to the Clock driver template for
|
* clock/ckinit.c: Add support to the Clock driver template for
|
||||||
|
|||||||
@@ -6,10 +6,8 @@
|
|||||||
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
|
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
|
||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
|
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
|
||||||
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
|
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
|
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|
||||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
PR 1227/bsps
|
PR 1227/bsps
|
||||||
|
|||||||
@@ -6,10 +6,8 @@
|
|||||||
crtend.o%s crtn.o%s
|
crtend.o%s crtn.o%s
|
||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
|
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
|
||||||
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
|
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
|
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|
||||||
2007-03-28 Joel Sherrill <joel@OARcorp.com>
|
2007-03-28 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* include/amba.h: Remove CVS conflict marker.
|
* include/amba.h: Remove CVS conflict marker.
|
||||||
|
|||||||
@@ -6,10 +6,8 @@
|
|||||||
crtend.o%s crtn.o%s
|
crtend.o%s crtn.o%s
|
||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
|
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
|
||||||
%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
|
|
||||||
|
|
||||||
*link:
|
*link:
|
||||||
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
|
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user