public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* [gcc] Build fail for 2.95.3 version on a modern system
@ 2014-02-18 12:09 Marcello Stanisci
  2014-02-18 14:02 ` Kai Ruottu
  2014-02-18 16:19 ` Florian Weimer
  0 siblings, 2 replies; 8+ messages in thread
From: Marcello Stanisci @ 2014-02-18 12:09 UTC (permalink / raw)
  To: gcc-help

Hi,

I am trying to build gcc 2.95.3 with my gcc 4.7 on a debian stable
(wheezy) environment.

Once gcc 4.7 has built xgcc (that is, I guess, the actual gcc 2.95.3),
the compilation process
tries to build something with xgcc and the problem is that xgcc can't
find some header files that
I do have in my system.

How can I tell `make'  to give a certain directory to xgcc where it
can search for header files?

I tried setting CFLAGS='-I /di/rectory/' but that is simply ignored by xgcc.
I also tried changing the variable GCC_FOR_TARGET = $$r/gcc/xgcc
-B$$r/gcc/ -B$(build_tooldir)/bin/ -I$(build_tooldir)/include
adding '-I /di/rectory/' to its string but never happened.


Thanks in Advance to anyone who will reply.

-ms

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-02-20  0:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-18 12:09 [gcc] Build fail for 2.95.3 version on a modern system Marcello Stanisci
2014-02-18 14:02 ` Kai Ruottu
2014-02-18 19:19   ` Marcello Stanisci
2014-02-18 16:19 ` Florian Weimer
2014-02-19 22:28   ` Marcello Stanisci
2014-02-19 23:18     ` Marcello Stanisci
2014-02-20  0:03       ` Jonathan Wakely
2014-02-20  0:02     ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).