mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 13:25:12 +08:00
Back out the rest of commit 1e754402b8. Newlib support will not be accepted into the NuttX repository.
This commit is contained in:
@@ -117,12 +117,6 @@ OBJEXT = .o
|
||||
LIBEXT = .a
|
||||
EXEEXT =
|
||||
|
||||
ifeq ($(CONFIG_CXX_LINK_GNUTOOL_LIB),y)
|
||||
EXTRA_LIBS = "${shell "$(CXX)" $(ARCHCPUFLAGS) -print-file-name=$(LIBSTDCXX)}"
|
||||
GXX_LIBDIR := ${shell dirname $(LIBGXX)}
|
||||
EXTRA_LIBPATHS = -L"$(GXX_LIBDIR)"
|
||||
endif
|
||||
|
||||
ifneq ($(CROSSDEV),arm-nuttx-elf-)
|
||||
LDFLAGS += -nostartfiles -nodefaultlibs
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user