Skip to content

Commit

Permalink
ports: remove obsolete noux-pkg dummy libs
Browse files Browse the repository at this point in the history
Issue #4827
  • Loading branch information
cproc authored and chelmuth committed May 30, 2023
1 parent a4fd743 commit 11f3df6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 50 deletions.
8 changes: 0 additions & 8 deletions repos/ports/src/noux-pkg/gcc/target.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 0 additions & 8 deletions repos/ports/src/noux-pkg/gdb/target.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
8 changes: 0 additions & 8 deletions repos/ports/src/noux-pkg/gdb_arm/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 0 additions & 12 deletions repos/ports/src/noux-pkg/less/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
14 changes: 0 additions & 14 deletions repos/ports/src/noux-pkg/vim/target.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@

0 comments on commit 11f3df6

Please sign in to comment.