diff options
Diffstat (limited to 'kconfig/Makefile')
-rw-r--r-- | kconfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kconfig/Makefile b/kconfig/Makefile index 9f30566a..ee838aa3 100644 --- a/kconfig/Makefile +++ b/kconfig/Makefile @@ -6,7 +6,8 @@ all: conf mconf nconf @true # Just be silent, you fscking son of a fscking beach... # Build flags -CFLAGS = -DCONFIG_=\"CT_\" -DPACKAGE="\"crosstool-NG $(VERSION)\"" +CFLAGS = -DCONFIG_=\"CT_\" -DPACKAGE="\"crosstool-NG $(VERSION)\"" \ + -DGPERF_LEN_TYPE="$(gperf_len_type)" LDFLAGS = $(INTL_LIBS) # Compiler flags to use gettext |