* Tony Lindgren <[email protected]> [120213 12:46]:
> 
> Got the compiler build going further with the following fix to
> crosstool-ng in case others are having similar issues. Will send
> that separately to crosstool-ng mailing list.

Looks like that's already in works according to this:

http://sourceware.org/ml/crossgcc/2012-02/msg00048.html

Regards,

Tony

> --- a/scripts/build/debug/200-duma.sh Thu Feb 02 22:43:18 2012 +0100
> +++ b/scripts/build/debug/200-duma.sh Mon Feb 13 12:36:06 2012 -0800
> @@ -4,7 +4,7 @@
>      # Downloading an non-existing file from sourceforge will give you an
>      # HTML file containing an error message, instead of returning a 404.
>      # Sigh...
> -    CT_GetFile "duma_${CT_DUMA_VERSION}" .tar.gz 
> http://mesh.dl.sourceforge.net/sourceforge/duma/
> +    CT_GetFile "duma_${CT_DUMA_VERSION}" .tar.gz 
> http://dfn.dl.sourceforge.net/sourceforge/duma/
>      # Downloading from sourceforge may leave garbage, cleanup
>      CT_DoExecLog ALL rm -f "${CT_TARBALLS_DIR}/showfiles.php"*
>  }
> --- a/scripts/build/debug/300-gdb.sh  Thu Feb 02 22:43:18 2012 +0100
> +++ b/scripts/build/debug/300-gdb.sh  Mon Feb 13 12:36:06 2012 -0800
> @@ -62,7 +62,7 @@
>  
>      if [ "${do_expat}" = "y" ]; then
>          CT_GetFile "expat-${CT_DEBUG_GDB_EXPAT_VERSION}" .tar.gz    \
> -                   
> http://mesh.dl.sourceforge.net/sourceforge/expat/expat/${CT_DEBUG_GDB_EXPAT_VERSION}
> +                   
> http://dfn.dl.sourceforge.net/sourceforge/expat/expat/${CT_DEBUG_GDB_EXPAT_VERSION}
>      fi
>  }
>  
> --- a/scripts/build/debug/500-strace.sh       Thu Feb 02 22:43:18 2012 +0100
> +++ b/scripts/build/debug/500-strace.sh       Mon Feb 13 12:36:06 2012 -0800
> @@ -1,7 +1,7 @@
>  # Build script for strace
>  
>  do_debug_strace_get() {
> -    CT_GetFile "strace-${CT_STRACE_VERSION}" 
> http://mesh.dl.sourceforge.net/sourceforge/strace/
> +    CT_GetFile "strace-${CT_STRACE_VERSION}" 
> http://dfn.dl.sourceforge.net/sourceforge/strace/
>      # Downloading from sourceforge leaves garbage, cleanup
>      CT_DoExecLog ALL rm -f "${CT_TARBALLS_DIR}/showfiles.php"*
>  }
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to