Subject: Re: sheb/shel toolchain problems?
To: Andrew Gillham <gillham@vaultron.com>
From: Andrew Gillham <gillham@vaultron.com>
List: port-sh3
Date: 02/03/2001 03:52:37
Andrew Gillham writes:
>
> To get a working libbfd I hacked Makefile like this:
> --- Makefile.save Sat Feb 3 03:36:44 2001
> +++ Makefile Fri Jan 12 12:46:02 2001
> @@ -178,7 +178,7 @@
> .else
> DEFAULT_VEC.sh3el= shcoff_vec
> DEFAULT_VEC.sh3eb= shcoff_vec
> -SELECT_VECS+= ${DEFAULT_VEC.sh3el} shlcoff_vec \
> +SELECT_VECS+= ${DEFAULT_VEC.sh3} shlcoff_vec \
Ok, so I reversed this diff. Ooops. :)
-Andrew