From: Rich Felker Date: Thu, 17 Feb 2011 23:30:41 +0000 (-0500) Subject: document in config.mak sample that x86_64 is supported X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=6d333355e77107c130e863660a632df953c8b5da document in config.mak sample that x86_64 is supported --- diff --git a/dist/config.mak b/dist/config.mak index 51205522..452a93a5 100644 --- a/dist/config.mak +++ b/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 !