2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>

* custom/Linux-posix.cfg: Linux BSP must be linked with C++ compiler.
This commit is contained in:
Joel Sherrill
2007-07-24 15:46:01 +00:00
parent 68e6f0cc31
commit 59aea5d592
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/Linux-posix.cfg: Linux BSP must be linked with C++ compiler.
2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/gen83xx.cfg: Add make-cxx-exe rule.
+1 -1
View File
@@ -22,7 +22,7 @@ CPU_CFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE
CFLAGS_OPTIMIZE_V = -O0 -g
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
$(LINK.cc) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
$(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@
endef