This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: hppa1.1 cross gnat question


> When building hppa1.1-rtems cross gnat I ran into the problem
> where the build used -mdisable-indexing with the native 
> GNU/Linux compiler.  This is an hppa specific option.  I 

This was the behaviour before yesterday.  Is it possible you're
looking at the new code and used the old code for the build?
I don't see this when I configure for --target=hppa1.1-rtems
on i386-linux.

> tracked it down to here:
> 
> ../../gcc/config/pa/x-ada:ADA_CFLAGS=-mdisable-indexing  
> 
> This should only be used for native hppa->hppa compiles.

No. It's not just for native compiles.  It's a host option.  What
host was specified for the cross?  If the host is not one of the
hppa ports that have xmake_file defines in config.gcc, do you see
this override in both the gcc and gcc/ada Makefiles?

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]