瀏覽代碼

document in config.mak sample that x86_64 is supported

Rich Felker 14 年之前
父節點
當前提交
6d333355e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dist/config.mak

+ 1 - 1
dist/config.mak

@@ -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 !