Skip to content

Commit

Permalink
Merge pull request #941 from stilor/issue-940
Browse files Browse the repository at this point in the history
Supply explicit --tag CC
  • Loading branch information
stilor committed Apr 14, 2018
2 parents bb9a11a + c50c3a9 commit c996bd0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 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 \
Expand All @@ -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

Expand Down

0 comments on commit c996bd0

Please sign in to comment.