This is the mail archive of the gcc-patches@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: PATCH: --with-build-sysroot, et. al.


> I see your point -- but I'm not sure what to do about it.

Me neither.

Is it practical to have people in your situation pass something to
make, kinda the inverse of "make prefix="?  I have no idea how often
people will be tripping over this.

So, you'd do:

./configure --with-sysroot=$(install_sysroot) --prefix=$(install_prefix)
make sysroot=$(local_sysroot)
make install prefix=$(local_prefix)


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