Sébastien Marie 913fe6dbe9 add support for non-standard name of stdc++ library
it makes rustc compatible with gcc installation that are using
`--program-transform-name' configure flag (on OpenBSD for example).

- detects at configure the name of stdc++ library on the system

- use the detected name in llvm makefile (with enable-static-stdcpp),
  and pass it to mklldeps.py

- generate mklldeps.rs using this detected name

note that CFG_STDCPP_NAME is about stdc++ name, not about libc++. If
using libc++, the default name will be `stdc++', but it won't be used
when linking.
2015-09-18 18:03:59 +02:00
..
2015-08-23 15:38:11 +08:00
2015-08-10 16:35:44 -07:00
2015-07-30 06:35:42 +10:00
2015-09-02 22:00:58 -04:00
2015-09-15 14:05:10 -07:00
2015-08-11 15:11:13 -07:00
2015-09-17 08:40:33 -07:00