document in config.mak sample that x86_64 is supported
authorRich Felker <dalias@aerifal.cx>
Thu, 17 Feb 2011 23:30:41 +0000 (18:30 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 17 Feb 2011 23:30:41 +0000 (18:30 -0500)
dist/config.mak

index 5120552..452a93a 100644 (file)
@@ -2,7 +2,7 @@
 # musl config.mak template (original in dist/config.mak)
 #
 
-# Target CPU architecture. Supported values: i386
+# Target CPU architecture. Supported values: i386, x86_64
 ARCH = i386
 
 # Installation prefix. DO NOT use /, /usr, or /usr/local !