]> git.ipfire.org Git - thirdparty/asterisk.git/commit
General: Fix recent menuselect-related cross compile regression 44/444/1
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 10 May 2015 07:26:30 +0000 (09:26 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Tue, 12 May 2015 19:09:56 +0000 (14:09 -0500)
commit53326e7ab025ed3195e477ca845c38e400a420e2
tree4b17fc15fd75096bb0c2ff6170b77205e7b3bd33
parentcd3e851a35b56654e4b2202f683c1b34beb58f13
General: Fix recent menuselect-related cross compile regression

MAKE_MENUSELECT currently sets CC to CC, which is the compiler for the
target platform. But menuselect is to be run on the build system, so
BUILD_CC needs to be used instead - like it was in the past, before the
recent changes (https://reviewboard.asterisk.org/r/4370/). This is the
patch for ASTERISK-25074.

ASTERISK-25074 #close
Reported by: Sebastian Kemper
Tested by: Sebastian Kemper

Change-Id: I8a2b1fc5deb6ad2b80f49baca35b1b13d468ebf8
Makefile