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
|
||||
# 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
|
||||
|
|
Reference in a new issue