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 15/06/2005, at 9:12 AM, Joseph S. Myers wrote:


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.

Yes, it should be $(build_exeext).

Attachment: smime.p7s
Description: S/MIME cryptographic signature


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