• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Windows System Libraries


Commit MetaInfo

Revisão5c582dfd1a0d8471477ffa3a6389cccf4928df34 (tree)
Hora2014-01-28 08:25:54
AutorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Mensagem de Log

Remove superfluous objects from libmingwex.a; (cf. issue #2177)

Mudança Sumário

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
1+2014-01-27 Thorsten Otto <thotto@users.sourceforge.net>
2+
3+ Remove superfluous objects from libmingwex.a; (cf. issue #2177)
4+
5+ * Makefile.in (gdtoa_SOURCES): Delete bogus entries for...
6+ (arithchk.o, qnan.o): ...each of these; move their references to...
7+ (ALL_SOURCES): ...this collection instead.
8+
19 2014-01-27 Keith Marshall <keithmarshall@users.sourceforge.net>
210
311 Re-establish pattern rules for %_generic.c; (cf. issue #2175)
--- a/Makefile.in
+++ b/Makefile.in
@@ -326,14 +326,12 @@ SRCDIR := misc/src/libcrt/gdtoa
326326 gdtoa_SOURCES := \
327327 $(SRCDIR)/g__fmt.c \
328328 $(SRCDIR)/gethex.c \
329- $(SRCDIR)/qnan.c \
330329 $(SRCDIR)/strtopx.c \
331330 $(SRCDIR)/g_dfmt.c \
332331 $(SRCDIR)/gdtoa.c \
333332 $(SRCDIR)/gmisc.c \
334333 $(SRCDIR)/smisc.c \
335334 $(SRCDIR)/sum.c \
336- $(SRCDIR)/arithchk.c \
337335 $(SRCDIR)/g_ffmt.c \
338336 $(SRCDIR)/hd_init.c \
339337 $(SRCDIR)/strtodg.c \
@@ -649,7 +647,9 @@ ALL_SOURCES := \
649647 $(mingwm10_dll_SOURCES) \
650648 $(libdinput_a_SOURCES) \
651649 $(libdxerr8_a_SOURCES) \
652- $(libdxerr9_a_SOURCES)
650+ $(libdxerr9_a_SOURCES) \
651+ misc/src/libcrt/gdtoa/arithchk.c \
652+ misc/src/libcrt/gdtoa/qnan.c
653653
654654 all: $(extra_OBJECTS) $(msvcrt_DEF) $(moldname_DEF) $(lib_LIBRARIES) $(bin_LIBRARIES) $(lib_OBJECTS)
655655