[Bug fortran/54725] cross gfortran always searches host paths (e.g. /usr/include)

2012-10-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54725 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/54725] cross gfortran always searches host paths (e.g. /usr/include)

2012-10-21 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54725 --- Comment #9 from Tobias Burnus 2012-10-21 10:51:30 UTC --- Author: burnus Date: Sun Oct 21 10:51:26 2012 New Revision: 192650 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192650 Log: gcc/ 2012-10-21 Tobias Burnus

[Bug fortran/54725] cross gfortran always searches host paths (e.g. /usr/include)

2012-10-20 Thread vapier at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54725 --- Comment #8 from Mike Frysinger 2012-10-20 16:55:05 UTC --- (In reply to comment #7) that patch doesn't work as there is a typo in Make-lang.in. it needs to be: CFLAGS-fortran/cpp.o += $(TARGET_SYSTEM_ROOT_DEFINE) then it works OK

[Bug fortran/54725] cross gfortran always searches host paths (e.g. /usr/include)

2012-10-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54725 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/54725] cross gfortran always searches host paths (e.g. /usr/include)

2012-09-28 Thread vapier at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54725 --- Comment #6 from Mike Frysinger 2012-09-28 23:12:08 UTC --- (In reply to comment #5) that's half the equation. the other half is the build system support. in gcc/Makefile.in, they do: CFLAGS-c-family/c-opts.o += @TARGET_SYSTEM_R

[Bug fortran/54725] cross gfortran always searches host paths (e.g. /usr/include)

2012-09-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54725 --- Comment #5 from Tobias Burnus 2012-09-28 14:30:09 UTC --- I forgot half of the patch - the second half is needed when no system root exists. The patch is still untested. --- a/gcc/fortran/cpp.c +++ b/gcc/fortran/cpp.c @@ -40,2 +40,

[Bug fortran/54725] cross gfortran always searches host paths (e.g. /usr/include)

2012-09-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54725 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug fortran/54725] cross gfortran always searches host paths (e.g. /usr/include)

2012-09-27 Thread vapier at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54725 Mike Frysinger changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|

[Bug fortran/54725] cross gfortran always searches host paths (e.g. /usr/include)

2012-09-26 Thread xarthisius.kk at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54725 Kacper Kowalik changed: What|Removed |Added CC||xarthisius.kk at gmail dot

[Bug fortran/54725] cross gfortran always searches host paths (e.g. /usr/include)

2012-09-26 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54725 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED