From 4649e12104c85f1e5c667b1a88bae5ea1b1874c6 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sun, 22 Apr 2001 10:22:06 +0000 Subject: Comment out the cpu_accel.lo: rule. CVS patchset: 14 CVS date: 2001/04/22 10:22:06 --- src/xine-engine/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 9cb427e5b..693051115 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -27,8 +27,13 @@ libxine_la_LDFLAGS = -version-info 5:0:5 noinst_HEADERS = xine_internal.h buffer.h metronom.h configfile.h \ monitor.h cpu_accel.h attributes.h utils.h -#cpu_accel.lo: -# $(CC) -DHAVE_CONFIG_H $(INCLUDES) -pipe `echo "@DEBUG_CFLAGS@" | sed -e 's/\-DDEBUG//' -e 's/\-g//'` -fomit-frame-pointer -Wall -Wp,-MD,.deps/cpu_accel.P -c $(basename $@).c -o $@ +## +# Hardcoded rule: +# gcc failed to compile this with some optimized flags on all of my +# systems. +# +cpu_accel.lo: + $(CC) -DHAVE_CONFIG_H $(INCLUDES) -pipe `echo "@DEBUG_CFLAGS@" | sed -e 's/\-DDEBUG//' -e 's/\-g//'` -fomit-frame-pointer -Wall -Wp,-MD,.deps/cpu_accel.P -c $(basename $@).c -o $@ # echo timestamp > $(basename $@).o -- cgit v1.2.3