From 1933962a22802413966b9fb12a75963f74c17411 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 19 Feb 2008 19:01:26 -0700 Subject: [PATCH] readme.txt cleanups --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index f5e5d4012a..b6f2f549d0 100644 --- a/readme.txt +++ b/readme.txt @@ -94,7 +94,7 @@ for windows-i386: for darwin-i386: (objcopy is not currently supported on this platform, so we use the binaryToMacho utility instead) - $ build/darwin-i386-compile-fast/binaryToMacho boot.jar \ + $ ../build/darwin-i386-compile-fast/binaryToMacho boot.jar \ __binary_boot_jar_start __boot_classpath_jar_size > boot-jar.o @@ -204,5 +204,5 @@ EOF Step 5: Link the objects produced above to produce the final executable, and optionally strip its symbols. - $ g++ -rdynamic *.o --Wl,-no-whole-archive -ldl -lpthread -lz -o hello + $ g++ -rdynamic *.o -ldl -lpthread -lz -o hello $ strip --strip-all hello