Skip *-abi script.

This commit is contained in:
Manuel Canales Esparcia 2006-11-28 18:07:23 +00:00
parent 6af630cbe8
commit b1607e2552

View file

@ -144,7 +144,7 @@ cross_tools_Makefiles() { #
# had older versions. The packages would be installed in the target directory
# and not the host.
case $this_script in
*cflags* | *variables* ) # work done in host_prep_Makefiles
*cflags* | *variables* | *abi ) # work done in host_prep_Makefiles
continue ;;
*) ;;
esac