> From:
> 
> Piyush Verma <[email protected]>

> ../../Rules.mak:541: *** Your binutils don't support --hash-style 
> option, while you want to use it.  Stop.
As is says you want to use something you don't have.

You can fix it with this:
sed -e "s...@.*\(LDSO_GNU_HASH_SUPPORT\)....@# \1 is not s...@g" .config.orig > 
.config

This way you unset the option in the .config file.

I don't know how to get the hashsupport in binutils so I just remove it 
here.

Regards
Nicholai
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org

Reply via email to