summaryrefslogtreecommitdiff
path: root/microkernel/mach/gnumach/building.mdwn
diff options
context:
space:
mode:
authorAndrew Engelbrecht <sudoman@ninthfloor.org>2011-08-03 19:30:37 -0400
committerAndrew Engelbrecht <sudoman@ninthfloor.org>2011-08-03 19:30:37 -0400
commitaf52b8b7b4f3c096fd8abed7e901b57f07c419a2 (patch)
tree04b420affb82d576d163a9cff26146b5601ccde7 /microkernel/mach/gnumach/building.mdwn
parent32bef600e8063282f5077b08a69f63cc0eb9d591 (diff)
Actually, we need '--prefix='.
Diffstat (limited to 'microkernel/mach/gnumach/building.mdwn')
-rw-r--r--microkernel/mach/gnumach/building.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/microkernel/mach/gnumach/building.mdwn b/microkernel/mach/gnumach/building.mdwn
index 4c7cee26..f4c59d9f 100644
--- a/microkernel/mach/gnumach/building.mdwn
+++ b/microkernel/mach/gnumach/building.mdwn
@@ -72,11 +72,11 @@ GNU Mach and its headers should be built in a subdirectory:
Run configure:
- $ ../configure
+ $ ../configure --prefix=
Use the --host flag and some options on 64 bit systems:
- $ CPP='gcc -m32 -E -x c -undef -ansi' CC='gcc -m32' LD='ld -melf_i386' ../configure --host=i686-unknown-linux-gnu
+ $ CPP='gcc -m32 -E -x c -undef -ansi' CC='gcc -m32' LD='ld -melf_i386' ../configure --prefix= --host=i686-unknown-linux-gnu
Install the header files into e.g. `~/gnu/include/`: