Can you show me the content of config.mak? Especially, what is the value of GCC_MAJOR and GCC_MINOR?
[cjullien@hilbert tinycc]$ more config.mak # Automatically generated by configure - do not modify prefix=/usr/local bindir=$(DESTDIR)/usr/local/bin tccdir=$(DESTDIR)/usr/local/lib/tcc libdir=$(DESTDIR)/usr/local/lib ln_libdir=/usr/local/lib includedir=$(DESTDIR)/usr/local/include mandir=$(DESTDIR)/usr/local/share/man infodir=$(DESTDIR)/usr/local/share/info docdir=$(DESTDIR)/usr/local/share/doc/tcc CC=gcc GCC_MAJOR=4 GCC_MINOR=4 HOST_CC=gcc AR=ar STRIP=strip -s -R .comment -R .note CFLAGS=-Wall -g -O2 LDFLAGS= LIBSUF=.a EXESUF= NATIVE_DEFINES+=-DCONFIG_LDDIR="\"lib64\"" ARCH=x86-64 TARGETOS=Linux VERSION=0.9.25 SRC_PATH=/home/cjullien/tinycc top_srcdir=$(TOP) top_builddir=$(TOP) ----- Message d'origine ----- De : "Thomas Preud'homme" <robo...@celest.fr> Date ven. 15/02/2013 11:08 (GMT +01:00) À : "tinycc-devel@nongnu.org" <tinycc-devel@nongnu.org> Cc : "Christian Jullien" <eli...@orange.fr> Objet : Re: [Tinycc-devel] Many new warnings since yesterday Le vendredi 15 février 2013 07:11:58, Christian Jullien a écrit : > Yesterday, Grischka applied my patch to remove last warning (thanks > Grischka), tcc compiled with NO warning at all. > > This morning, with no changes on my config (same compiler, same options, > same script to fetch mod and compile), I get many more warnings on RPi as > well as on Fedora 18 x86_64 Can you show me the content of config.mak? Especially, what is the value of GCC_MAJOR and GCC_MINOR? Best regards, Thomas
_______________________________________________ Tinycc-devel mailing list Tinycc-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tinycc-devel