summaryrefslogtreecommitdiff
path: root/microkernel/mach/mig
diff options
context:
space:
mode:
authorAndrew Engelbrecht <sudoman@ninthfloor.org>2011-08-02 22:11:13 -0400
committerAndrew Engelbrecht <sudoman@ninthfloor.org>2011-08-02 22:11:13 -0400
commit576de1b01ecf03d4e175600884e0bf8ff574dcc3 (patch)
treeeab804f18a49caeec9a18c9a24d9226da2e49e8b /microkernel/mach/mig
parent04696f4f6ffc57e2e7787160eab334e34fc5adfe (diff)
Make clarification about building with 64 bit
Diffstat (limited to 'microkernel/mach/mig')
-rw-r--r--microkernel/mach/mig/gnu_mig/building.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/microkernel/mach/mig/gnu_mig/building.mdwn b/microkernel/mach/mig/gnu_mig/building.mdwn
index 23dad10c..57057d34 100644
--- a/microkernel/mach/mig/gnu_mig/building.mdwn
+++ b/microkernel/mach/mig/gnu_mig/building.mdwn
@@ -63,7 +63,7 @@ Find the root directory where you installed GNU Mach's header files and where yo
$ GNU=~/gnu
$ TARGET_CPPFLAGS=-I"$GNU"/include ../mig/configure --prefix="$GNU" --host=i686-unknown-linux-gnu
-Build and install the Mach Interface Generator into _$GNU_, i.e. _~/gnu/_ in our example:
+The --host flag above is necessary if you are building on a 64 bit machine. Build and install the Mach Interface Generator into _$GNU_, i.e. _~/gnu/_ in our example:
$ make all install