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: crosstool.sh: Brown paper-bag bug


Jan-Benedict Glaw wrote:
@@ -114,7 +114,7 @@

# If user isn't doing a canadian cross, add the target compiler's bin to
# the path, so we can use the compiler we build to build glibc etc.
-if "$CANADIAN_BUILD" = ""; then
+if test "$CANADIAN_BUILD" = ""; then
	PATH="${PREFIX}/bin:${PATH}"
	export PATH
fi


But isn't this needed, too?

Right-o. Re-re-uploaded. That's what I get for making changes and then uploading before the regression test finishes...

It's a bad morning.  I've been fighting 802.11, trying
to bring up an access point with security turned on
while I ran the regression test.  Just came back to see
the failure and your message.
- Dan

--
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

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