mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-03 07:33:04 +00:00
Update examples/elf/tests/helloxx/Makefile
Check for the right config variable Co-authored-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
550cb3a1ea
commit
1f0ba0db6e
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ $(BIN3): $(OBJS3)
|
|||
# NOTE: libstdc++ is not available for NuttX as of this writing
|
||||
#
|
||||
ifeq ($(CONFIG_EXAMPLES_ELF_CXX),y)
|
||||
ifeq ($(CXX_EXCEPTION),y)
|
||||
ifeq ($(CONFIG_CXX_EXCEPTION),y)
|
||||
$(BIN4): $(OBJS4)
|
||||
@echo "LD: $<"
|
||||
$(Q) $(LD) $(LDELFFLAGS) $(LDLIBPATH) -o $@ $(ARCHCRT0OBJ) $^ $(LDLIBS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue