On Wed, Dec 1, 2010 at 17:24, Aram Hăvărneanu <ara...@mgk.ro> wrote:
> OBJTYPE=386                     # target system object type (eg, 386, arm, 
> mips, power,
> s800, sparc)
> OBJTYPE=$objtype

With these lines you correctly set OBJTYPE to 386, then immediately
reset it to $objtype, which is empty.
Comment out the second line and you should be fine.

HTH,
Martin

Reply via email to