Use -std=gnu++11 on cygwin and mingw.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 12 Mar 2014 20:01:15 +0000 (20:01 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 12 Mar 2014 20:01:15 +0000 (20:01 +0000)
commit3f06e3f55fb2f2a3ec03903a53633bf270575599
treeb1a2c543fa44981495807c6e1b8534a3ab6ed0df
parent060c0eb1d2e892e0a08e66c971c36568563cb202
Use -std=gnu++11 on cygwin and mingw.

Without this common features like off_t and strdup are missing.
This should bring back those bots.

Configure bits by Meador Inge.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203701 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules
cmake/modules/HandleLLVMOptions.cmake