This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: with-headers should be 'build' != 'host'


it seems to me that --with-headers (and related options) can be
useful in any case where build != target
there are three possibilities
  - building a cross tool, like linux/linux/solaris
  - cross-building a native tool, like linux/solaris/solaris
  - cross-building a cross tool, like linux/cygwin/solaris

maybe it would be helpful to put the word 'target' in the option?
  --with-target-sysroot
  --with-host-sysroot
etc.
--


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