pkg-toolchain-external.mk: fix s/CC_TARGET_ARCH/GCC_TARGET_ARCH/ typo
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Oct 2018 15:33:59 +0000 (17:33 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Oct 2018 15:33:59 +0000 (17:33 +0200)
commitf1eed7fae365fa1813ba1061554eb3e72f400a7c
treed73e8cf3378e2f881f32e9dbf5e4732ee284c2d4
parentb02427f19d2c31298f57086ad546b10f6e5361b3
pkg-toolchain-external.mk: fix s/CC_TARGET_ARCH/GCC_TARGET_ARCH/ typo

commit e0d14fb21b (toolchain-external: drop no longer needed
CC_TARGET_<foo>_ variables) dropped the CC_TARGET_* variables, but missed
one.  Fix that.

Reported-by: Mark Corbin <mark.corbin@embecosm.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
toolchain/toolchain-external/pkg-toolchain-external.mk