crosstool.sh: Brown paper-bag bug
Dan Kegel
dank@kegel.com
Mon May 17 17:44:00 GMT 2004
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
More information about the crossgcc
mailing list