2002-06-27 Joel Sherrill <joel@OARcorp.com>

* Makefile.am, bsp_specs: Now this target almost compiles again.
This commit is contained in:
Joel Sherrill
2002-06-27 21:24:09 +00:00
parent 7990ddd206
commit bbcfe5f2d9
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2002-06-27 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, bsp_specs: Now this target almost compiles again.
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

@@ -6,7 +6,7 @@ ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
# wrapup is the one that actually builds and installs the library # wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories # from the individual .rel files built in other directories
SUBDIRS = include start startup tty shmsupp wrapup tools SUBDIRS = . include start startup tty shmsupp wrapup tools
include $(top_srcdir)/../../bsp.am include $(top_srcdir)/../../bsp.am

View File

@@ -10,7 +10,8 @@
*lib: *lib:
%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems: %(old_lib)} %{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}}
*startfile: *startfile:
%{!qrtems: %(old_startfile)} %{qrtems: \ %{!qrtems: %(old_startfile)} %{qrtems: \