gmp: search headers in REP_DIR first

Fixes #3068
This commit is contained in:
Christian Prochaska 2018-12-11 13:24:35 +01:00 committed by Norman Feske
parent 035439c710
commit 46b68b0e66

View File

@ -6,5 +6,5 @@ LIBS += libc
CC_OPT += -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP
INC_DIR += $(GMP_DIR)
INC_DIR += $(REP_DIR)/include/gcc
INC_DIR += $(GMP_DIR)