mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
parent
a4fd743973
commit
11f3df6e72
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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 $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user