forked from Imagelibrary/rtems
2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/bare.cfg: Define dummy make-cxx-exe.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
|
||||
2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* custom/bare.cfg: Define dummy make-cxx-exe.
|
||||
|
||||
2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
* custom/gensh2.cfg: Remove -lstdc++ from make-exe.
|
||||
|
||||
|
||||
@@ -37,4 +37,10 @@ define make-exe
|
||||
@echo "echo \"Cannot do a link with the bare bsp.\"" >> $(basename $@).exe
|
||||
endef
|
||||
|
||||
define make-cxx-exe
|
||||
@echo "*** Cannot do a link with the bare bsp. ***"
|
||||
@echo "#!/bin/sh" > $(basename $@).exe
|
||||
@echo "echo \"Cannot do a link with the bare bsp.\"" >> $(basename $@).exe
|
||||
endef
|
||||
|
||||
# Miscellaneous additions go here
|
||||
|
||||
Reference in New Issue
Block a user