Remove temporary fix to Makefile for alpha linux optimization build of jidctred.c in jpeg module.

-pnunn
This commit is contained in:
pnunn 1998-05-19 17:50:14 +00:00
Родитель 7a421f4b8e
Коммит 92661f8e27
1 изменённых файлов: 0 добавлений и 15 удалений

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

@ -80,18 +80,3 @@ endif
include $(DEPTH)/config/rules.mk
#
# Trying to compile jidctred.c with -O2 causes cc1 (?) to dump core,
# leaving gcc hanging. Using -O works fine.
#
# Linux 2.0.30 (RedHat 5 Alpha)
# 64MB RAM
# egcs-2.90.23 980102 (egcs-1.0.1 release)
#
ifeq ($(OS_ARCH)$(CPU_ARCH),Linuxalpha)
ifdef BUILD_OPT
$(OBJDIR)/jidctred.o: jidctred.c
@$(MAKE_OBJDIR)
$(CC) -o $@ -c $(XP_DEFINE) -O $(OS_CFLAGS) $(MDUPDATE_FLAGS) $(DEFINES) $(INCLUDES) $(XCFLAGS) $(PROF_FLAGS) $<
endif
endif