libui/haiku/GNUosspecific.mk

18 lines
267 B
Makefile

# 16 october 2015
EXESUFFIX =
LIBSUFFIX = .so
OSHSUFFIX = .hpp
TOOLCHAIN = gcc
# TODO
USESSONAME = 0
# Force GCC 4; GCC 2 is not supported.
gccver = $(shell $(CC) --version | sed 's/-.*//g')
ifeq ($(gccver),2.95.3)
# TODO warn?
CC = gcc-x86
CXX = g++-x86
endif