Skip *-abi script.
This commit is contained in:
parent
6af630cbe8
commit
b1607e2552
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ cross_tools_Makefiles() { #
|
||||||
# had older versions. The packages would be installed in the target directory
|
# had older versions. The packages would be installed in the target directory
|
||||||
# and not the host.
|
# and not the host.
|
||||||
case $this_script in
|
case $this_script in
|
||||||
*cflags* | *variables* ) # work done in host_prep_Makefiles
|
*cflags* | *variables* | *abi ) # work done in host_prep_Makefiles
|
||||||
continue ;;
|
continue ;;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
|
|
Reference in a new issue