Thomas Marshall has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12929
Change subject: Remove '-static-libstdc++' from CXXFLAGS ...................................................................... Remove '-static-libstdc++' from CXXFLAGS CXXFLAGS used to be ignored by the Kudu build but a change upstream, which was pulled in when the toolchain Kudu version was bumped to 1.9.0, makes it take effect, which caused problems - impalads crash immediately upon startup when linked against a libkudu_client.so built with these CXXFLAGS. This patch removes the flag '-static-libstdc++' so that we link to libstdc++.so we ship rather than having two versions of the symbols in two libraries. Change-Id: Icb95520f98ee9ff46c4a64e3aec1c26eee144f5b --- M init-compiler.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/native-toolchain refs/changes/29/12929/1 -- To view, visit http://gerrit.cloudera.org:8080/12929 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Icb95520f98ee9ff46c4a64e3aec1c26eee144f5b Gerrit-Change-Number: 12929 Gerrit-PatchSet: 1 Gerrit-Owner: Thomas Marshall <[email protected]>
