You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
GMP_DIR = $(call select_from_ports,gmp)/src/lib/gmp
|
|
|
|
include $(REP_DIR)/lib/import/import-gmp.mk
|
|
|
|
LIBS += libc
|
|
|
|
CC_OPT += -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP
|
|
|
|
INC_DIR += $(REP_DIR)/include/gcc
|