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]

RFC: Replace -isysroot with --sysroot?


As it stands, -isysroot only affects header include search path.
The name is then right: for me, the leading "i" stands for
include path.  However, it's not really useful (at a glance at
least); you're likely to want the system path changed to that
same path as well.

So, can we add --sysroot, to affect the search paths as the
configure-option --with-sysroot=... does, but as a compile-time
option.

Is this acceptable for 4.0?

(Please, I do *not* want -isysroot to work as the universal
dynamic gcc-runtime sysroot option.)

brgds, H-P


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