Bugzilla bug #46509: removed the use of -taso and the USE_64 makefile

option on OSF1.
This commit is contained in:
wtc%netscape.com 2000-07-26 22:20:16 +00:00
Родитель 06e43090bf
Коммит cf5a75f8dc
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -57,10 +57,6 @@ endif
NON_LD_FLAGS += -ieee_with_inexact
OS_CFLAGS += -DOSF1 -D_REENTRANT
ifneq ($(USE_64), 1)
LDFLAGS += -taso
endif
ifeq ($(USE_PTHREADS),1)
OS_CFLAGS += -pthread
endif