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

@@ -46,7 +46,7 @@ then
CXXFLAGS_FOR_TARGET="-O2 -ffunction-sections -fdata-sections" \
LDFLAGS_FOR_TARGET="" \
../../gcc-$GCC_VER/configure \
--enable-languages=c,c++,lto \
--enable-languages=c,c++,objc,lto \
--with-gnu-as --with-gnu-ld --with-gcc \
--with-march=armv4t\
--enable-cxx-flags='-ffunction-sections' \