From: <fr...@us...> - 2016-04-10 11:17:27
|
Revision: 5381 http://sourceforge.net/p/fuse-emulator/code/5381 Author: fredm Date: 2016-04-10 11:17:24 +0000 (Sun, 10 Apr 2016) Log Message: ----------- Revert revision 4731 / bug #262 as it makes configuring target flags for cross-compilation difficult (patch #357) (BogDan Vatra). Revision Links: -------------- http://sourceforge.net/p/fuse-emulator/code/4731 Modified Paths: -------------- trunk/libspectrum/Makefile.am trunk/libspectrum/hacking/ChangeLog Modified: trunk/libspectrum/Makefile.am =================================================================== --- trunk/libspectrum/Makefile.am 2016-04-09 13:51:28 UTC (rev 5380) +++ trunk/libspectrum/Makefile.am 2016-04-10 11:17:24 UTC (rev 5381) @@ -80,7 +80,7 @@ AM_CFLAGS = -DLIBSPECTRUM_EXPORTS make-perl$(EXEEXT): $(srcdir)/make-perl.c config.h - $(AM_V_CC)$(CC_FOR_BUILD) -I. $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $< + $(AM_V_CC)$(CC_FOR_BUILD) -I. -o $@ $< libspectrum.h: libspectrum.h.in generate.pl snap_accessors.txt tape_accessors.txt config.h $(AM_V_GEN)$(PERL) -p generate.pl $(srcdir) $(srcdir)/libspectrum.h.in > $@.tmp && mv $@.tmp $@ Modified: trunk/libspectrum/hacking/ChangeLog =================================================================== --- trunk/libspectrum/hacking/ChangeLog 2016-04-09 13:51:28 UTC (rev 5380) +++ trunk/libspectrum/hacking/ChangeLog 2016-04-10 11:17:24 UTC (rev 5381) @@ -1023,3 +1023,6 @@ 20160325 tape_block.c: allow for the possibility that inital_level has the default value (Fred). 20160329 timings.c: refactor frame timings (Stuart). +20160410 Makefile.am: revert revision 4731 / bug #262 as it makes configuring + target flags for cross-compilation difficult (patch #357) (BogDan + Vatra). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |