ports: remove obsolete noux-pkg dummy libs

Issue #4827
This commit is contained in:
Christian Prochaska 2023-05-22 08:53:31 +02:00 committed by Christian Helmuth
parent a4fd743973
commit 11f3df6e72
5 changed files with 0 additions and 50 deletions

View File

@ -48,14 +48,6 @@ CXXFLAGS += -fpermissive
LDFLAGS += -L$(PWD)
.SECONDARY: dummy_libs
dummy_libs: libc.a
libc.a:
$(VERBOSE)$(AR) -rc $@
Makefile: dummy_libs
LIBS += libc libm posix stdcxx
include $(call select_from_repositories,mk/noux.mk)

View File

@ -18,12 +18,4 @@ MAKE_ENV += "MAKEINFO=true"
INSTALL_TARGET = install
.SECONDARY: dummy_libs
dummy_libs: libgmp.a
libgmp.a:
$(VERBOSE)$(AR) -rc $@
Makefile: dummy_libs
include $(call select_from_repositories,mk/noux.mk)

View File

@ -9,12 +9,4 @@ GDB_TARGET = arm-none-eabi
LDFLAGS += -L$(PWD)
.SECONDARY: dummy_libs
dummy_libs: libm.a
libm.a:
$(VERBOSE)$(AR) -rc $@
Makefile: dummy_libs
include $(PRG_DIR)/../gdb/target.inc

View File

@ -2,18 +2,6 @@ TARGET = less
LIBS = ncurses
#
# Make the ncurses linking test succeed and copy the actual Makefile
#
Makefile: dummy_libs
LDFLAGS += -L$(PWD)
dummy_libs: libncursesw.a
libncursesw.a:
$(VERBOSE)$(AR) -rc $@
INSTALL_TARGET = install
include $(call select_from_repositories,mk/noux.mk)

View File

@ -45,17 +45,3 @@ mirror_vim_src.tag:
flush_config_cache.tag:
$(VERBOSE)rm -f $(PWD)/src/auto/config.cache
@touch $@
#
# Make the ncurses linking test succeed
#
Makefile: dummy_libs
LDFLAGS += -L$(PWD)
.SECONDARY: dummy_libs
dummy_libs: libncurses.a
libncurses.a:
$(VERBOSE)$(AR) -rc $@