2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* compilers/gcc-target-default.cfg: Add missing \.
	Reported by Ilya Alexeev <ilya@continuum.ru>.
This commit is contained in:
Joel Sherrill
2002-01-22 17:35:22 +00:00
parent 451199b8e3
commit 6703f877a2
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* compilers/gcc-target-default.cfg: Add missing \.
Reported by Ilya Alexeev <ilya@continuum.ru>.
2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/genmongoosev.cfg: Remove -g from CPU_CFLAGS.

View File

@@ -269,7 +269,7 @@ LINK_FILES =\
$(CONSTRUCTOR) \
$(OBJS) \
$(MANAGERS_NOT_WANTED:%=$(PROJECT_RELEASE)/lib/no-%$(LIB_VARIANT).rel) \
$(PROJECT_RELEASE)/lib/librtemsbsp$(LIBSUFFIX_VA)
$(PROJECT_RELEASE)/lib/librtemsbsp$(LIBSUFFIX_VA) \
$(PROJECT_RELEASE)/lib/librtemscpu$(LIBSUFFIX_VA)
ifeq ($(RTEMS_USE_GCC272),yes)