Change AIX 32-bit options to use new fine-grained feature test macros.

This commit is contained in:
nelsonb%netscape.com 2000-12-15 05:54:08 +00:00
Родитель d2ee134807
Коммит c7528f0cd2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -96,7 +96,7 @@ endif
ifeq ($(OS_ARCH),AIX)
DEFINES += -DMP_USE_UINT_DIGIT
ifndef USE_64
DEFINES += -DMP_USE_LONG_LONG_MULTIPLY
MPICMN += -DMP_NO_DIV_WORD -DMP_NO_ADD_WORD -DMP_NO_SUB_WORD
endif
endif