From 01f9de572f21908fa63856cf294523f2ac1f1965 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 10 Sep 2009 23:50:10 +0000 Subject: Stub out structure for building armv{6,7} libs. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@81482 91177308-0d34-0410-b5e6-96231b3b80d8 --- make/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/config.mk') diff --git a/make/config.mk b/make/config.mk index d2c614c9..43716af5 100644 --- a/make/config.mk +++ b/make/config.mk @@ -12,7 +12,7 @@ ProjObjRoot := $(ProjSrcRoot) Configs := Debug Release Profile # The full list of architectures we support. -Archs := i386 ppc x86_64 +Archs := i386 ppc x86_64 armv6 armv7 # If TargetArch is defined, only build for that architecture (and don't use # -arch). -- cgit v1.2.3