Hello,
I could build cross gcc 4.4.5-4 with attached patch
(only tested for GCC_TARGET=powerpcspe, though).
Shouldn't we stop tweaking LD_LIBRARY_PATH to cross-build gcc?
* rationale
In my understanding, the error message:
> error while loading shared libraries:
/usr/powerpc-linux-gnu/lib/lib
Processing commands for cont...@bugs.debian.org:
> reassign 601577 gcc-4.3
Bug #601577 [gcc] Support for multiple successive format attributes
Bug reassigned from package 'gcc' to 'gcc-4.3'.
Bug No longer marked as found in versions gcc-defaults/1.77.
> found 601577 4.3.2-1.1
Bug #601577 [gcc-4.3]
Package: gcc
Version: 4:4.3.2-2
Severity: wishlist
(This wishlist bug report should probably go upstream.)
Consider the following program:
void ha(const char *fmt, ...) __attribute__((format(printf,1,2)));
void haha(const char *fmt, const char *fmt2, ...)
__attribute__((format(printf,
3 matches
Mail list logo