Removed gcc2 support in Haiku.

This commit is contained in:
Pietro Gagliardi 2015-11-17 11:55:52 -05:00
parent c40e80d5a5
commit 486ca161d3
1 changed files with 5 additions and 0 deletions

View File

@ -3,3 +3,8 @@
EXESUFFIX = EXESUFFIX =
LIBSUFFIX = .so LIBSUFFIX = .so
OSHSUFFIX = .hpp OSHSUFFIX = .hpp
gccver = $(shell $(CC) --version | sed 's/-.*//g')
ifeq ($(gccver),2.95.3)
$(error Sorry; GCC 4 is necessary to build libui for Haiku)
endif