diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2010-05-24 17:49:41 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2010-05-24 17:49:41 +0000 |
| commit | adff4895b2746f30b271bc219713e7ded5ae9677 (patch) | |
| tree | eea5109bb84c360697db8872cb0edc4739c309d3 /Makefile | |
| parent | 2a59254a44563109cb54cc46755552b17bd88336 (diff) | |
| download | external_libcxx-adff4895b2746f30b271bc219713e7ded5ae9677.tar.gz external_libcxx-adff4895b2746f30b271bc219713e7ded5ae9677.tar.bz2 external_libcxx-adff4895b2746f30b271bc219713e7ded5ae9677.zip | |
patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@104516 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ DESTDIR = $(DSTROOT) OBJROOT=. SYMROOT=. +TRIPLE=-apple- installsrc:: $(SRCROOT) |
