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
diff --git a/make/config.mk b/make/config.mk
index d2c614c..43716af 100644
--- a/make/config.mk
+++ b/make/config.mk
@@ -12,7 +12,7 @@
 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).