mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-10 12:51:34 +00:00
Remove superfluous 'cxx' from LIBS in target.mk
This commit is contained in:
parent
7ac46dd621
commit
93b78573bd
@ -1,4 +1,4 @@
|
||||
TARGET = floating_window_layouter
|
||||
SRC_CC = main.cc
|
||||
LIBS = base cxx
|
||||
LIBS = base
|
||||
|
||||
|
@ -26,7 +26,7 @@ INC_DIR += $(LIBDRM_DIR)/include/drm $(LIBDRM_DIR)/intel
|
||||
SRC_C += $(notdir $(wildcard $(GALLIUM_SRC_DIR)/winsys/drm/intel/gem/*.c))
|
||||
vpath %.c $(GALLIUM_SRC_DIR)/winsys/drm/intel/gem
|
||||
|
||||
LIBS += cxx libdrm
|
||||
LIBS += libdrm
|
||||
LIBS += gpu_i915_drv
|
||||
|
||||
SHARED_LIB = yes
|
||||
|
@ -1,7 +1,7 @@
|
||||
MESA_PORT_DIR := $(call select_from_ports,mesa)
|
||||
GALLIUM_SRC_DIR := $(MESA_PORT_DIR)/src/lib/mesa/src/gallium
|
||||
|
||||
LIBS += cxx libc libm mesa_host_tools
|
||||
LIBS += libc libm mesa_host_tools
|
||||
|
||||
INC_DIR += $(GALLIUM_SRC_DIR)/include \
|
||||
$(GALLIUM_SRC_DIR)/auxiliary \
|
||||
|
@ -3,7 +3,7 @@ SRC_C = intel_bufmgr_gem.c intel_bufmgr.c ioctl.cc
|
||||
LIBDRM_DIR := $(call select_from_ports,libdrm)/src/lib/libdrm
|
||||
INC_DIR += $(LIBDRM_DIR) $(LIBDRM_DIR)/include/drm $(LIBDRM_DIR)/intel
|
||||
|
||||
LIBS += libc cxx
|
||||
LIBS += libc
|
||||
CC_OPT += -U__linux__
|
||||
CC_OPT += -DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
MESA_PORT_DIR := $(call select_from_ports,mesa)
|
||||
MESA_SRC_DIR := $(MESA_PORT_DIR)/src/lib/mesa/src/mesa
|
||||
|
||||
LIBS += cxx libc libm mesa_host_tools
|
||||
LIBS += libc libm mesa_host_tools
|
||||
|
||||
#
|
||||
# Prevent warning about non-existing 'fpu_control.h' included
|
||||
|
Loading…
x
Reference in New Issue
Block a user