summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-05-24 17:49:41 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-05-24 17:49:41 +0000
commitadff4895b2746f30b271bc219713e7ded5ae9677 (patch)
treeeea5109bb84c360697db8872cb0edc4739c309d3 /Makefile
parent2a59254a44563109cb54cc46755552b17bd88336 (diff)
downloadexternal_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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 804e5e4ae..b5c2e4c0c 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ DESTDIR = $(DSTROOT)
OBJROOT=.
SYMROOT=.
+TRIPLE=-apple-
installsrc:: $(SRCROOT)