Remove superfluous 'cxx' from LIBS in target.mk

This commit is contained in:
Norman Feske 2017-03-28 17:43:14 +02:00 committed by Christian Helmuth
parent 7ac46dd621
commit 93b78573bd
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
TARGET = floating_window_layouter
SRC_CC = main.cc
LIBS = base cxx
LIBS = base

View File

@ -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

View File

@ -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 \

View File

@ -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

View File

@ -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