summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-22 23:41:51 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-22 23:41:51 +0000
commit7870e194419fab4f06ace69771619575c6069b43 (patch)
treeaa3611816b6c5e49659cdb29d5ca970c0b2e58ac /loader
parentddc4bdf2cbc0ac8f1a2a5b2afea30466d503c98c (diff)
downloadmpv-7870e194419fab4f06ace69771619575c6069b43.tar.bz2
mpv-7870e194419fab4f06ace69771619575c6069b43.tar.xz
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 <waschk@informatik.uni-rostock.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7075 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader')
-rw-r--r--loader/Makefile2
1 files changed, 1 insertions, 1 deletions
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