remove lto from gcc language list in sample config

afaik explicitly including lto is not necessary, and including it
breaks older gcc versions.
This commit is contained in:
Rich Felker 2015-11-10 00:05:12 +00:00
parent 6c4e6003f9
commit d2f59c98d6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ GCC_VER = 5.2.0
# COMMON_CONFIG += --disable-nls
# COMMON_CONFIG += MAKEINFO=/bin/false
# GCC_CONFIG += --enable-languages=c,c++,lto
# GCC_CONFIG += --enable-languages=c,c++
# GCC_CONFIG += --disable-libquadmath --disable-decimal-float
# GCC_CONFIG += --disable-multilib