Преглед изворни кода

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 !