Commit ae7b9a0d authored by Stephen Hemminger's avatar Stephen Hemminger

configure: restore old behaviour

Previous change wasn't needed, since merge of
	configure: move toolchain init to a function
parent 07a6f5ec
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment