summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-04-14 05:38:34 (GMT)
committerGitHub <noreply@github.com>2018-04-14 05:38:34 (GMT)
commitc996bd0f1fcb518d975c731ee47829504ffc1b8b (patch)
treef3b158d1c1979daa94dfe817bab28a5f9a8487eb
parentbb9a11ae4fe44c22968941edb22264d6f0216dee (diff)
parentc50c3a923e4eea0ff26afa4c3cb50513122940cc (diff)
Merge pull request #941 from stilor/issue-940
Supply explicit --tag CC
-rw-r--r--kconfig/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/kconfig/Makefile.am b/kconfig/Makefile.am
index a54c170..1cdde6c 100644
--- a/kconfig/Makefile.am
+++ b/kconfig/Makefile.am
@@ -1,10 +1,8 @@
## vim: set noet :
-## TBD turn off program renaming for these? Or account for it in ct-ng script?
-## TBD when kconfig is split into a subpackage, need to remove this option from sub-configure
+## FIXME when kconfig is split into a subpackage, need to remove this option from sub-configure
transform = s,x,x,
-## TBD install into lib/crosstool-ng/kconfig? or move to libexec which seems more suitable
pkglibexec_PROGRAMS = conf nconf mconf
EXTRA_DIST = zconf.y zconf.l \
@@ -17,6 +15,7 @@ BUILT_SOURCES = zconf.c zconf.lex.c
AM_LFLAGS = -L -Pzconf
AM_YFLAGS = -l -b zconf -p zconf
AM_CPPFLAGS = -include config.h -DCONFIG_=\"CT_\"
+AM_LIBTOOLFLAGS = --tag CC
conf_SOURCES = conf.c zconf.c