Remove temporary fix to Makefile for alpha linux optimization build of jidctred.c in jpeg module.
-pnunn git-svn-id: svn://10.0.0.236/trunk@1956 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d385affc17
commit
15db7e35fe
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user