LONGLONG typo

This commit is contained in:
Dan Halbert 2018-05-22 09:35:29 -04:00
parent 45db48bbaa
commit 49a81d5c4b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ ifeq ($(LONGINT_IMPL),MPZ)
MPY_TOOL_LONGINT_IMPL = -mlongint-impl=mpz
endif
ifeq ($(LONGINT_IMPL),LONGONG)
ifeq ($(LONGINT_IMPL),LONGLONG)
MPY_TOOL_LONGINT_IMPL = -mlongint-impl=longlong
endif