| commit | e4faafba3228f294a409b796612852797fe05055 | [log] [tgz] |
|---|---|---|
| author | NAKAMURA Takumi <geek4civic@gmail.com> | Mon Oct 11 02:27:37 2010 +0000 |
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | Mon Oct 11 02:27:37 2010 +0000 |
| tree | 045cc46e193754df4483d926390ca404cd216b44 | |
| parent | aaf99e04cadfbee65cb02753963c0eba9d5a8d07 [diff] |
lib/Frontend/InitHeaderSearch.cpp: Fix compatibility to Cygming. - lib/gcc/include should not be included. Clang oughta have alternatives. (PR7956) - Cygwin: /usr/include/w32api should be included. gcc/cygwin does. - gcc/cygwin uses gcc paths as /usr/lib not /lib. They are same on Cygwin environment, though, We have to take what gcc/cygwin does. - Cygwin-1.7: Use 4.3.4. - Cygwin-1.5: Use 4.3.2 for gcc-4. llvm-svn: 116182