crosstool-ng/kconfig
Ray Donnelly d2bc2be8db configure: Add --with-gperf option
On OS X, Apple supply an old gperf (3.0.3) with xcode and
xcode commandline tools which causes build failures:

./zconf.hash.c:183:17: error: expected expression
{offsetof(struct kconf_id_strings_t, kconf_id_strings_str2),

.. upgrading to gperf 3.0.4 was sufficient to fix this,
so this option allows the user to specify the gperf
program that they wish to use.

To install gperf 3.0.4 from homebrew, I did:

    brew tap homebrew/dupes
    brew install homebrew/dupes/gperf

.. then passed --with-gperf=$BREWFIX/Cellar/gperf/3.0.4/bin/gperf
to configure

Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
Message-Id: <CAOYw7dtCmcJ9WiqmQ81MmZeRPcV-tDOqe9=kRDW4uQGuZNd2Ng@mail.gmail.com>
Patchwork-Id: 274892
2013-09-14 02:45:23 +01:00
..
lxdialog kconfig: update from linux-next 2011-05-08 14:14:40 +02:00
check.sh kconfig: update from linux-next 2011-05-08 14:14:40 +02:00
conf.c kconfig: remove mis-leading messages 2011-05-12 19:46:23 +02:00
confdata.c kconfig: remove mis-leading messages 2011-05-12 19:46:23 +02:00
expr.c kconfig: update from linux-next 2011-05-08 14:14:40 +02:00
expr.h kconfig: update from linux-next 2011-05-08 14:14:40 +02:00
kconfig.mk docs/help: rename defconfig/olddefconfig into 2013-07-17 08:25:43 +02:00
lkc_proto.h kconfig: update from linux-next 2011-05-08 14:14:40 +02:00
lkc.h kconfig: update from linux-next 2011-05-08 14:14:40 +02:00
Makefile configure: Add --with-gperf option 2013-09-14 02:45:23 +01:00
mconf.c kconfig: remove mis-leading messages 2011-05-12 19:46:23 +02:00
menu.c kconfig: fix forward dependencies 2011-05-22 17:44:34 +02:00
nconf.c kconfig: add the nconf frontend 2011-05-12 19:45:30 +02:00
nconf.gui.c kconfig: add the nconf frontend 2011-05-12 19:45:30 +02:00
nconf.h kconfig: add the nconf frontend 2011-05-12 19:45:30 +02:00
symbol.c kconfig: do not warn on missing env variable 2011-05-08 14:57:09 +02:00
util.c kconfig: update from linux-next 2011-05-08 14:14:40 +02:00
zconf.gperf kconfig: add missing files 2012-01-15 01:04:26 +01:00
zconf.l kconfig: add missing files 2012-01-15 01:04:26 +01:00
zconf.y kconfig: add missing files 2012-01-15 01:04:26 +01:00