This is the mail archive of the crossgcc@sourceware.org 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: proposal for "CHAIN_ID" extension for crosstool


Robert P. J. Day wrote:
  i'm curious what others think about this fairly minor proposed
extension to crosstool.

  at the moment, based on the tooochain i'm building, this is the
directory structure that would be created for me under the "results"
directory:

  results/
    gcc-4.0.1-glibc-2.3.5/		TOOLCOMBO
      sh3-unknown-linux-gnu/		TARGET
        ... the actual results ...

that entire path is, in all.sh, encapsulated in the variable PREFIX:

PREFIX=${PREFIX-$RESULT_TOP/$TOOLCOMBO/$TARGET}

which is fine, except for a couple of issues.  first, that directory
structure is kind of cumbersome and, in many cases, a bit of overkill

Then set PREFIX yourself. all.sh will honor your setting. - 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]