build: compile with -fno-tree-sink if gcc <= 4.4
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 27 Aug 2012 20:08:06 +0000 (22:08 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 27 Aug 2012 20:09:23 +0000 (22:09 +0200)
commit2786737417810c0a4f0b70ac80a9c298486de355
tree047f7960590a72575bd568d11690a4b10eb81bab
parent84590f3fe9507887cebdcc11b3d1bc93180dc5a7
build: compile with -fno-tree-sink if gcc <= 4.4

Fixes a 'pure virtual method called' run-time error with some versions of gcc
on some platforms, notably ARM.
common.gypi