From 4a5931ba67bce202b42bd1139accdb9646d4d867 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 6 May 2016 05:33:19 +0000 Subject: [PATCH] litecross: only build c,c++ frontends by default others are untested and some are likely broken. add this config option before including config.mak rather than after so that the user can override it in config.mak if desired. --- litecross/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litecross/Makefile b/litecross/Makefile index 0112d4b..8fec20a 100644 --- a/litecross/Makefile +++ b/litecross/Makefile @@ -5,7 +5,7 @@ BINUTILS_SRCDIR = BINUTILS_SRCDIR_not_set GCC_SRCDIR = GCC_SRCDIR_not_set MUSL_SRCDIR = MUSL_SRCDIR_not_set -COMMON_CONFIG = +COMMON_CONFIG = --enable-languages=c,c++ GCC_CONFIG = $(COMMON_CONFIG) TOOLCHAIN_CONFIG = $(GCC_CONFIG)