Bug#546443: sh4: please add "/usr/include/sh4-linux-gnu" to include search path.

2010-02-16 Thread Nobuhiro Iwamatsu
tags 546443 +patch thanks Hi, In 4.3.4-7, multiarch of sh4 becomes effective, but patch is necessary. This is a same as multiarch patch of gcc-4.4. I attach the patch which I build and tested. Please apply this patch. Best regards, Nobuhiro -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org

Bug#546443: sh4: please add "/usr/include/sh4-linux-gnu" to include search path.

2010-01-07 Thread Nobuhiro Iwamatsu
Hi, 2010/1/6 Nobuhiro Iwamatsu : > Hi, > > Sorry, I was late in checking your email. > > 2010/1/6 Arthur Loiret : >>> Triplet of m4-nofpu is sh4_nofpu-linux-gnu. >>> What should I set in src/gcc/multiarch.h? >> >> Something like: >> >> # if defined(__sh4-linux-gnu__) >>  { "m4", "sh4-linux-gnu" },

Bug#546443: sh4: please add "/usr/include/sh4-linux-gnu" to include search path.

2010-01-06 Thread Nobuhiro Iwamatsu
Hi, Sorry, I was late in checking your email. 2010/1/6 Arthur Loiret : >> Triplet of m4-nofpu is sh4_nofpu-linux-gnu. >> What should I set in src/gcc/multiarch.h? > > Something like: > > # if defined(__sh4-linux-gnu__) >  { "m4", "sh4-linux-gnu" }, >  { "m4-nofpu", "sh4_nofpu-linux-gnu" }, > # en

Bug#546443: sh4: please add "/usr/include/sh4-linux-gnu" to include search path.

2010-01-06 Thread Nobuhiro Iwamatsu
Hi, again. 2010/1/6 Nobuhiro Iwamatsu : > Hi, > > Thank you for comments. > > 2010/1/6 Arthur Loiret : >> The mapping is missing in gcc/multiarch.h (see >> debian/patches/gcc-multiarch.inc). What is the corresponding GNU >> triplet to m4-nofpu (it seems to be sh4-linux-gnu for m4)? >> > > Triplet

Bug#546443: sh4: please add "/usr/include/sh4-linux-gnu" to include search path.

2010-01-06 Thread Arthur Loiret
> Triplet of m4-nofpu is sh4_nofpu-linux-gnu. > What should I set in src/gcc/multiarch.h? Something like: # if defined(__sh4-linux-gnu__) { "m4", "sh4-linux-gnu" }, { "m4-nofpu", "sh4_nofpu-linux-gnu" }, # endif And then, if it builds, can you paste the include paths and library paths for both

Bug#546443: sh4: please add "/usr/include/sh4-linux-gnu" to include search path.

2010-01-05 Thread Nobuhiro Iwamatsu
Hi, Thank you for comments. 2010/1/6 Arthur Loiret : > The mapping is missing in gcc/multiarch.h (see > debian/patches/gcc-multiarch.inc). What is the corresponding GNU > triplet to m4-nofpu (it seems to be sh4-linux-gnu for m4)? > Triplet of m4-nofpu is sh4_nofpu-linux-gnu. What should I set in

Bug#546443: sh4: please add "/usr/include/sh4-linux-gnu" to include search path.

2010-01-05 Thread Arthur Loiret
The mapping is missing in gcc/multiarch.h (see debian/patches/gcc-multiarch.inc). What is the corresponding GNU triplet to m4-nofpu (it seems to be sh4-linux-gnu for m4)? Arthur. 2010/1/5, Nobuhiro Iwamatsu : > reopen 546443 > thanks > > Hi, > > This bug is not yet revised. > sh4 becomes the buil

Bug#546443: sh4: please add "/usr/include/sh4-linux-gnu" to include search path.

2010-01-05 Thread Nobuhiro Iwamatsu
reopen 546443 thanks Hi, This bug is not yet revised. sh4 becomes the build error only by having applied a patch of multi-arch. http://buildd.debian-ports.org/fetch.php?pkg=gcc-4.4&arch=sh4&ver=4.4.2-8&stamp=1262100902&file=log&as=raw sh4 sets multilib which supported m4 and m4-nofpu for a ker

Bug#546443: sh4: please add "/usr/include/sh4-linux-gnu" to include search path.

2009-09-13 Thread Nobuhiro Iwamatsu
Package: gcc-4.3 Version: 4.3.4-2 Severity: wishlist Hi, When we compiled it for sh4 in the current gcc-4.3 source code, /usr/include/sh4-linux-gnu is not included in a search pass of include file. The other architecture is included. sh4: $ cpp-4.3 -v Using built-in specs. Target: sh4-linux-gn