This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: extending crosstool to allow simultaneous executions


Robert P. J. Day wrote:
  but that doesn't address my original point.  what the above does is
extend the TARGET idea ever so slightly to incorporate endianness.
ok, that's moderately useful.  but it doesn't support a completely
*general* mechanism of being able to build simultaneous toolchains
whose build properties might differ in an infinite number of ways.

As you said earlier, you can't please everybody. You can set PREFIX to anything you want, and override where crosstool installs stuff. (Note the line PREFIX=${PREFIX-$RESULT_TOP/$TARGET/$TOOLCOMBO} in all.sh. It uses your PREFIX if you have it set, otherwise it sets it to blah/$TARGET/$TOOLCOMBO.) - Dan

--
Trying to get a job as a c++ developer?  See http://kegel.com/academy/getting-hired.html

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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