Back out the rest of commit 1e754402b8
. Newlib support will not be accepted into the NuttX repository.
This commit is contained in:
parent
de30c2e5dd
commit
bdde5720ca
@ -117,12 +117,6 @@ OBJEXT = .o
|
|||||||
LIBEXT = .a
|
LIBEXT = .a
|
||||||
EXEEXT =
|
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-)
|
ifneq ($(CROSSDEV),arm-nuttx-elf-)
|
||||||
LDFLAGS += -nostartfiles -nodefaultlibs
|
LDFLAGS += -nostartfiles -nodefaultlibs
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user