comparison src/build-gcc.mk @ 3832:d27f20f2b0f6

build-gcc: remove supc++ * src/build-gcc.mk: remove referent to libsupc++ in win64
author John Donoghue <john.donoghue@ieee.org>
date Wed, 04 Mar 2015 22:18:46 -0500
parents 7da91c8c58f9
children d7b2bb282421
comparison
equal deleted inserted replaced
3831:1191cff7f132 3832:d27f20f2b0f6
77 --with-ld='$(BUILD_TOOLS_PREFIX)/bin/$(TARGET)-ld' \ 77 --with-ld='$(BUILD_TOOLS_PREFIX)/bin/$(TARGET)-ld' \
78 --with-nm='$(BUILD_TOOLS_PREFIX)/bin/$(TARGET)-nm' 78 --with-nm='$(BUILD_TOOLS_PREFIX)/bin/$(TARGET)-nm'
79 79
80 ifeq ($(ENABLE_WINDOWS_64),yes) 80 ifeq ($(ENABLE_WINDOWS_64),yes)
81 $(PKG)_SYSDEP_CONFIGURE_OPTIONS += --with-sysroot='$(BUILD_TOOLS_PREFIX)' \ 81 $(PKG)_SYSDEP_CONFIGURE_OPTIONS += --with-sysroot='$(BUILD_TOOLS_PREFIX)' \
82 --enable-multilib --with-host-libstdcxx="-lstdc++ -lsupc++" --with-system-zlib \ 82 --enable-multilib --with-host-libstdcxx="-lstdc++" --with-system-zlib \
83 --enable-64bit --enable-fully-dynamic-string 83 --enable-64bit --enable-fully-dynamic-string
84 else 84 else
85 $(PKG)_SYSDEP_CONFIGURE_OPTIONS += --with-sysroot='$(HOST_PREFIX)' \ 85 $(PKG)_SYSDEP_CONFIGURE_OPTIONS += --with-sysroot='$(HOST_PREFIX)' \
86 --disable-multilib 86 --disable-multilib
87 endif 87 endif