> On Aug 6, 2015, at 1:27 PM, Alan Lehotsky <alehot...@me.com> wrote:
>
> I have a funny situation where I’m trying to build a cross compiler for x86
> hosted on x86 where I’d like to use the native headers and libraries.
>
> I tried defining INCLUDE_DEFAULTS, and that didn’t help. The documentation
> says it’s ignored for cross compilers.
>
> Any suggestions, or am I going to have to fool the configuration scripts into
> thinking this is a host=target configuration?
Can't you use --sysroot=/ ? Or rather --with-sysroot=/ ?
Also 3.4 was released 10 years ago you might want to think about moving forward
to a newer gcc.
Thanks,
Andrew
>