diff options
author | Rich Felker <dalias@aerifal.cx> | 2011-02-17 18:30:41 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011-02-17 18:30:41 -0500 |
commit | 6d333355e77107c130e863660a632df953c8b5da (patch) | |
tree | 667b67d11c083a264a13630f6c9fe7d4bc1424e5 /dist | |
parent | d09d068f9b01509da0e40405081157f0fcd39324 (diff) | |
download | musl-6d333355e77107c130e863660a632df953c8b5da.tar.gz musl-6d333355e77107c130e863660a632df953c8b5da.tar.xz musl-6d333355e77107c130e863660a632df953c8b5da.zip |
document in config.mak sample that x86_64 is supported
Diffstat (limited to 'dist')
-rw-r--r-- | dist/config.mak | 2 |
1 files changed, 1 insertions, 1 deletions
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 ! |