summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 8 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index b6b65e5d..97c7ae2f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -240,9 +240,15 @@ X15 Options
Disable all debugging facilities. By default, debugging is enabled.
-i386 options
+x86 options
------------
+`--with-i386'
+ Build for a 32-bit IA-32 machine.
+
+`--with-amd64'
+ Build for a 64-bit AMD64 machine.
+
`--enable-pae'
Use the PAE (Physical Address Extension) processor feature to address
- physical memory beyond 4 GiB.
+ physical memory beyond 4 GiB (i386 only).