diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-05-22 16:20:31 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-05-22 16:20:31 -0400 |
commit | b3fda2ab25cd0cfb4d1f9a04134457b6fc88780a (patch) | |
tree | 1f0a55e1b5ab9d42d995adf6fa46a9b3f4b3dc09 /distsrc | |
parent | 1cec8ff649dd6dfb2833b227e99945e93e773f9b (diff) | |
download | mongo-b3fda2ab25cd0cfb4d1f9a04134457b6fc88780a.tar.gz |
remove old 64-bit linux comment
Diffstat (limited to 'distsrc')
-rw-r--r-- | distsrc/README | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/distsrc/README b/distsrc/README index 7758e3250e3..745608dbc1e 100644 --- a/distsrc/README +++ b/distsrc/README @@ -32,10 +32,3 @@ Documentation MongoDB Maillists & IRC * http://www.mongodb.org/display/DOCS/Community - -Platform Notes --------------- - - Linux 64-bit - * mongo (the shell) is a 32-bit binary even on 64-bit linux. This is because of of v8 - which only works 32bit - to run you'll need to make sure you have 32 bits stdc++ some common names: lib32stdc++6, libstdc++.i386 |