comparison src/native-gcc.mk @ 3016:c94807091658

native-gcc.mk: don't build objective C compiler
author John W. Eaton <jwe@octave.org>
date Thu, 06 Jun 2013 18:02:36 -0400
parents b6c7244a2f66
children 951da75fd09c
comparison
equal deleted inserted replaced
3015:ec6f91539788 3016:c94807091658
34 cd '$(1).build' && '$(1)/configure' \ 34 cd '$(1).build' && '$(1)/configure' \
35 --target='$(TARGET)' \ 35 --target='$(TARGET)' \
36 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 36 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
37 --prefix='/usr' \ 37 --prefix='/usr' \
38 --libdir='/usr/lib' \ 38 --libdir='/usr/lib' \
39 --enable-languages='c,c++,objc,fortran' \ 39 --enable-languages='c,c++,fortran' \
40 --enable-version-specific-runtime-libs \ 40 --enable-version-specific-runtime-libs \
41 --with-gcc \ 41 --with-gcc \
42 --with-gnu-ld \ 42 --with-gnu-ld \
43 --with-gnu-as \ 43 --with-gnu-as \
44 --disable-nls \ 44 --disable-nls \