This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PCH checksums, bootstrap comparison warnings


On Tue, 17 May 2005, Geoffrey Keating wrote:

> +cc1-checksum.c : cc1-dummy$(exeext) build/genchecksum$(exeext)
> +	build/genchecksum$(exeext) cc1-dummy$(exeext) > $@

> +build/genchecksum$(build_exeext) : build/genchecksum.o $(BUILD_LIBDEPS)
> +	$(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o $@ \
> +	 build/genchecksum.o $(BUILD_LIBS)

There's an inconsistency here between build/genchecksum$(exeext) and 
build/genchecksum$(build_exeext).  I think build_exeext is correct.  
Currently Canadian cross builds with i686-pc-linux-gnu build, i686-mingw32 
host and arm-none-eabi target fail with

make[1]: *** No rule to make target `build/genchecksum.exe', needed by `cc1-checksum.c'.  Stop.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]