Remove unused/redundant longlong.h

This was used by an ancient libgmp port - longlong.h is now part of the
GMP sources.
This commit is contained in:
Christian Helmuth 2020-01-03 14:21:41 +01:00
parent 0eaa1f7a08
commit 9321067b68
3 changed files with 0 additions and 1528 deletions

View File

@ -1,2 +0,0 @@
This header is required for compiling the gmp library.
Normally, it comes with gcc.

File diff suppressed because it is too large Load Diff

View File

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