From 7870e194419fab4f06ace69771619575c6069b43 Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 22 Aug 2002 23:41:51 +0000 Subject: with the help of the Mandrake compiler maintainer this problem has been solved. With gcc 3.2 or 3.1.1 you need to add the compiler option -mno-omit-leaf-frame-pointer to make the win32 dll loader work again. by Goetz Waschk git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7075 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader') diff --git a/loader/Makefile b/loader/Makefile index 2fecc01450..fe48cc08ce 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -17,7 +17,7 @@ resource.o registry.o elfdll.o afl.o vfl.o # Note: -D_FILE_OFFSET_BITS=32 is required to disable using mmap64(), # as it's broken in glibc 2.1.2 (bad header) and 2.1.3 (bad code) WARN_FLAGS = -CFLAGS=-I. -I.. $(OPTFLAGS) -U_FILE_OFFSET_BITS $(EXTRA_INC) $(WARN_FLAGS) -fno-omit-frame-pointer +CFLAGS=-I. -I.. $(OPTFLAGS) -U_FILE_OFFSET_BITS $(EXTRA_INC) $(WARN_FLAGS) -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer #CFLAGS=-I. -I.. -O $(WARN_FLAGS) -g #-fno-omit-frame-pointer all: libloader.a -- cgit v1.2.3