2002-08-21 Joel Sherrill <joel@OARcorp.com>

* bsp_specs: Added support for -nostdlibs.
This commit is contained in:
Joel Sherrill
2002-08-21 17:06:22 +00:00
parent 1846a62408
commit a2ae30c2d3
106 changed files with 418 additions and 205 deletions

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -10,14 +10,14 @@
*lib: *lib:
%{!qrtems: %(old_lib)} \ %{!qrtems: %(old_lib)} \
%{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__ -DUSE_ENHANCED_INTR_API} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__ -DUSE_ENHANCED_INTR_API} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s crtbegin.o%s} \ %{!qrtems_debug: start.o%s crtbegin.o%s} \
%{qrtems_debug: start_g.o%s crtbegin.o%s}} %{qrtems_debug: start_g.o%s crtbegin.o%s}}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -e _start} %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -e _start}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__ -DUSE_ENHANCED_INTR_API} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__ -DUSE_ENHANCED_INTR_API} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s crtbegin.o%s} \ %{!qrtems_debug: start.o%s crtbegin.o%s} \
%{qrtems_debug: start_g.o%s crtbegin.o%s}} %{qrtems_debug: start_g.o%s crtbegin.o%s}}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start} %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: * configure.ac:

View File

@@ -9,15 +9,15 @@
%{qrtems: -D__embedded__} -Asystem(embedded) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s}} %{qrtems_debug: start_g.o%s}}}
*link: *link:
%(old_link) %{qrtems: -dc -dp -N -e start} %(old_link) %{qrtems: -dc -dp -N -e start}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o. * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s}} %{qrtems_debug: start_g.o%s}}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e reset} %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e reset}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-14 Joel Sherrill <joel@OARcorp.com> 2002-08-14 Joel Sherrill <joel@OARcorp.com>
* start/start16.S: Per PR259, added code to test for video present * start/start16.S: Per PR259, added code to test for video present

View File

@@ -11,15 +11,15 @@
crtend.o%s crtn.o%s crtend.o%s crtn.o%s
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
%{qrtems_debug: start_g.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.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 _init_i386ex} %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _init_i386ex}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -9,14 +9,14 @@
*lib: *lib:
%{!qrtems: %(old_lib)} \ %{!qrtems: %(old_lib)} \
%{qrtems: --start-group -lc \ %{!nostdlib: %{qrtems: --start-group -lc \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lgcc --end-group \ -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} \ %{!qrtems: %(old_startfile)} \
%{qrtems: %{qrtems_debug: rxgen_romld_g.o%s} %{!qrtems_debug: rxgen_romld.o%s}} %{qrtems: %{qrtems_debug: rxgen_romld_g.o%s} %{!qrtems_debug: rxgen_romld.o%s}}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start} %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,16 +8,16 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s} \ %{qrtems_debug: start_g.o%s} \
crti.o%s crtbegin.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,16 +8,16 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s} \ %{qrtems_debug: start_g.o%s} \
crti.o%s crtbegin.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,16 +8,16 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s} \ %{qrtems_debug: start_g.o%s} \
crti.o%s crtbegin.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,16 +8,16 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s} \ %{qrtems_debug: start_g.o%s} \
crti.o%s crtbegin.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,16 +8,16 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s} \ %{qrtems_debug: start_g.o%s} \
crti.o%s crtbegin.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,16 +8,16 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s} \ %{qrtems_debug: start_g.o%s} \
crti.o%s crtbegin.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,16 +8,16 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s} \ %{qrtems_debug: start_g.o%s} \
crti.o%s crtbegin.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,17 +8,17 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: \ %{!qnolinkcmds: \
%{!qflash: -T linkcmds%s} %{qflash: -T linkcmds.flash%s}}} %{!qflash: -T linkcmds%s} %{qflash: -T linkcmds.flash%s}}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s} \ %{qrtems_debug: start_g.o%s} \
crti.o%s crtbegin.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} \

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,16 +8,16 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s} \ %{qrtems_debug: start_g.o%s} \
crti.o%s crtbegin.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,16 +8,16 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s} \ %{qrtems_debug: start_g.o%s} \
crti.o%s crtbegin.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,16 +8,16 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s} \ %{qrtems_debug: start_g.o%s} \
crti.o%s crtbegin.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,16 +8,16 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s} \ %{qrtems_debug: start_g.o%s} \
crti.o%s crtbegin.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -11,16 +11,16 @@
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start} %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s} \ %{qrtems_debug: start_g.o%s} \
crti.o%s crtbegin.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,16 +8,16 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
%{qjava: -lffi -lgcjgc -lzgcj -lgcj} %{qc++: -lstdc++} -lc -lgcc --end-group \ %{qjava: -lffi -lgcjgc -lzgcj -lgcj} %{qc++: -lstdc++} -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s} \ %{qrtems_debug: start_g.o%s} \
crti.o%s crtbegin.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,16 +8,16 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s} \ %{qrtems_debug: start_g.o%s} \
crti.o%s crtbegin.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qnostartfile: %{!qrtems_debug: start.o%s} \ %{!qnostartfile: %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,16 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlibs: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} \
%{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlibs: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -6,7 +6,7 @@
*lib: *lib:
%{!qrtems: %(old_lib)} \ %{!qrtems: %(old_lib)} \
%{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.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}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: ecrti%O%s \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s}} %{qrtems_debug: start_g.o%s}}}
*endfile: *endfile:
%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s} %{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* canbus/Makefile.am: Use .$(OBJEXT) instead of .o. * canbus/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: ecrti%O%s \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s}} %{qrtems_debug: start_g.o%s}}}
*endfile: *endfile:
%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s} %{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* dlentry/Makefile.am: Use .$(OBJEXT) instead of .o. * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: ecrti%O%s --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: ecrti%O%s --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: } \ %{!qrtems_debug: } \
%{qrtems_debug: }} %{qrtems_debug: }}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -u download_entry -N } %{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -u download_entry -N }

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* dlentry/Makefile.am: Use .$(OBJEXT) instead of .o. * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: ecrti%O%s --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: ecrti%O%s --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: } \ %{!qrtems_debug: } \
%{qrtems_debug: }} %{qrtems_debug: }}}
*endfile: *endfile:
%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s} %{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
%{qjava: -lffi -lgcjgc -lzgcj -lgcj} %{qc++: -lstdc++} -lc -lgcc --end-group \ %{qjava: -lffi -lgcjgc -lzgcj -lgcj} %{qc++: -lstdc++} -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
%{!qrtems_debug: } \ %{!qrtems_debug: } \
%{qrtems_debug: } ecrti%O%s} %{qrtems_debug: } ecrti%O%s}}
*endfile: *endfile:
%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s} %{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootloader/Makefile.am: Fix that crappy Makefile.am once again. * bootloader/Makefile.am: Fix that crappy Makefile.am once again.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__ -DUSE_ENHANCED_INTR_API} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__ -DUSE_ENHANCED_INTR_API} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group ecrtn%O%s \ -lc -lgcc --end-group ecrtn%O%s \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: ecrti%O%s \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s}} %{qrtems_debug: start_g.o%s}}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -e __rtems_entry_point -u __vectors} %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -e __rtems_entry_point -u __vectors}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: ecrti%O%s \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s}} %{qrtems_debug: start_g.o%s}}}
*endfile: *endfile:
%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s} %{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: ecrti%O%s \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s}} %{qrtems_debug: start_g.o%s}}}
*endfile: *endfile:
%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s} %{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: ecrti%O%s \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s}} %{qrtems_debug: start_g.o%s}}}
*endfile: *endfile:
%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s} %{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o. * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -8,15 +8,15 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: ecrti%O%s \ %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s \
%{!qrtems_debug: start.o%s} \ %{!qrtems_debug: start.o%s} \
%{qrtems_debug: start_g.o%s}} %{qrtems_debug: start_g.o%s}}}
*endfile: *endfile:
%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s} %{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -9,13 +9,13 @@
*lib: *lib:
%{!qrtems: %(old_lib)} \ %{!qrtems: %(old_lib)} \
%{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} \ %{!qrtems: %(old_startfile)} \
%{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}} %{!nostdlib: %{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}}
*link: *link:
%(old_link) %{qrtems: -dc -dp -N -e _start} %(old_link) %{qrtems: -dc -dp -N -e _start}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -9,13 +9,13 @@
*lib: *lib:
%{!qrtems: %(old_lib)} \ %{!qrtems: %(old_lib)} \
%{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} \ %{!qrtems: %(old_startfile)} \
%{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}} %{!nostdlib: %{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}}
*link: *link:
%(old_link) %{qrtems: -dc -dp -N -e _start} %(old_link) %{qrtems: -dc -dp -N -e _start}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -9,13 +9,13 @@
*lib: *lib:
%{!qrtems: %(old_lib)} \ %{!qrtems: %(old_lib)} \
%{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} \ %{!qrtems: %(old_startfile)} \
%{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}} %{!nostdlib: %{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}}
*link: *link:
%(old_link) %{qrtems: -dc -dp -N -e _start} %(old_link) %{qrtems: -dc -dp -N -e _start}

View File

@@ -1,3 +1,7 @@
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o.

View File

@@ -9,13 +9,13 @@
*lib: *lib:
%{!qrtems: %(old_lib)} \ %{!qrtems: %(old_lib)} \
%{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ %{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \ -lc -lgcc --end-group \
%{!qnolinkcmds: -T linkcmds%s}} %{!qnolinkcmds: -T linkcmds%s}}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} \ %{!qrtems: %(old_startfile)} \
%{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}} %{!nostdlib: %{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}}
*link: *link:
%(old_link) %{qrtems: -dc -dp -N -e _start} %(old_link) %{qrtems: -dc -dp -N -e _start}

Some files were not shown because too many files have changed in this diff Show More