Browse Source

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.
Rich Felker 9 năm trước cách đây
mục cha
commit
4a5931ba67
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      litecross/Makefile

+ 1 - 1
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)