enable objc

This commit is contained in:
Dave Murphy
2018-06-13 18:45:55 +01:00
parent e427f0dfaa
commit b6ac481ccb
3 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ then
CXXFLAGS_FOR_TARGET="-O2 -ffunction-sections -fdata-sections" \
LDFLAGS_FOR_TARGET="" \
../../gcc-$GCC_VER/configure \
--enable-languages=c,c++ \
--enable-languages=c,c++,objc,lto \
--enable-lto \
--with-cpu=750 \
--disable-nls --disable-shared --enable-threads=dkp --disable-multilib \