mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-07 08:19:06 +00:00
configure: restore old behaviour
Previous change wasn't needed, since merge of configure: move toolchain init to a function
This commit is contained in:
parent
07a6f5eca2
commit
ae7b9a0d5c
2
configure
vendored
2
configure
vendored
@ -12,6 +12,7 @@ check_toolchain()
|
||||
: ${PKG_CONFIG:=pkg-config}
|
||||
: ${AR=ar}
|
||||
: ${CC=gcc}
|
||||
echo "PKG_CONFIG:=${PKG_CONFIG}" >>Config
|
||||
echo "AR:=${AR}" >>Config
|
||||
echo "CC:=${CC}" >>Config
|
||||
}
|
||||
@ -231,7 +232,6 @@ EOF
|
||||
}
|
||||
|
||||
echo "# Generated config based on" $INCLUDE >Config
|
||||
echo "PKG_CONFIG:=${PKG_CONFIG}" >>Config
|
||||
check_toolchain
|
||||
|
||||
echo "TC schedulers"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user