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]

Path change for crosstool


This is kind of pedantic, but:

While polishing up the rpm support in
preparation for getting it into Fedora Extras,
I realized that
/opt/crosstool/i686-unknown-linux-gnu/gcc-2.95.3-glibc-2.2.2
/opt/crosstool/i686-unknown-linux-gnu/gcc-2.95.3-glibc-2.3.5
/opt/crosstool/arm-unknown-linux-gnu/gcc-2.95.3-glibc-2.2.2
/opt/crosstool/arm-unknown-linux-gnu/gcc-2.95.3-glibc-2.3.5
is backwards because it interleaves the results from building
two toolchains for different targets.  So I'm flipping the last
two parts of the path, e.g.
/opt/crosstool/gcc-2.95.3-glibc-2.2.2/i686-unknown-linux-gnu
/opt/crosstool/gcc-2.95.3-glibc-2.2.2/arm-unknown-linux-gnu
/opt/crosstool/gcc-2.95.3-glibc-2.3.5/i686-unknown-linux-gnu
/opt/crosstool/gcc-2.95.3-glibc-2.3.5/arm-unknown-linux-gnu
That way the output from a given pair of gcc and glibc tarballs
is all gathered under a single directory.

I'm posting this as fair warning.  The change
will be in crosstool-0.34.  (I'm skipping crosstool-0.33
because my ancestors considered 33 an unlucky number. :-)

--
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]