]> git.pld-linux.org Git - packages/crossmingw32-runtime.git/blob - crossmingw32-runtime-mingwex.patch
- added mingwex patch (fixes mingwex math library build for float/long double types)
[packages/crossmingw32-runtime.git] / crossmingw32-runtime-mingwex.patch
1 --- mingwrt-4.0.3-1-mingw32-src/Makefile.in.orig        2014-02-02 18:03:41.175040421 +0100
2 +++ mingwrt-4.0.3-1-mingw32-src/Makefile.in     2014-02-02 19:00:35.888230453 +0100
3 @@ -753,11 +753,11 @@
4         $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) -o $@ $<
5  
6  SRCDIR := src/libcrt/math
7 -$(SRCDIR)/%f.o: $(SRCDIR)/%.c
8 +$(SRCDIR)/asinhf.o : $(SRCDIR)/%f.o: $(SRCDIR)/%.c
9         $(MKDIR_P) $(@D)
10         $(CC) -c -D FUNCTION=$(@F:.o=) $(CPPFLAGS) $(ALL_CFLAGS) -o $@ $<
11  
12 -$(SRCDIR)/%l.o: $(SRCDIR)/%.c
13 +$(SRCDIR)/asinhl.o : $(SRCDIR)/%l.o: $(SRCDIR)/%.c
14         $(MKDIR_P) $(@D)
15         $(CC) -c -D FUNCTION=$(@F:.o=) $(CPPFLAGS) $(ALL_CFLAGS) -o $@ $<
16  
This page took 0.023198 seconds and 3 git commands to generate.