From 3c377fa9e9f0e88a02e33ba1a081c18e176f8ce1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Wed, 13 Nov 2013 20:57:28 +0100 Subject: [PATCH] update README.md one more time --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88b06e8..5ee5436 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ on debian like systems you can run `apt-get build-dep gcc` to install them. * 32 bit: `o32-gcc test.cpp -O3 -o test` OR `i386-apple-darwinXX-gcc test.cpp -O3 -o test` * 64 bit: `o64-gcc test.cpp -O3 -o test` OR `x86_64-apple-darwinXX-gcc test.cpp -O3 -o test` -XX= the target version, you can find it out by running `osxcross-conf` and then see TARGET. +XX= the target version, you can find it out by running `osxcross-conf` and then see `TARGET`. You can use the shorting `o32-...` or `i386-apple-darwin...` what ever you like more. @@ -77,11 +77,11 @@ You can use the shorting `o32-...` or `i386-apple-darwin...` what ever you like ##### Building Makefile based projects: ##### - `make CC=o32-clang CXX=o32-clang++` + * `make CC=o32-clang CXX=o32-clang++` ##### Building automake based projects: ##### - `CC=o32-clang CXX=o32-clang++ ./configure --host=i386-apple-darwinXX` + * `CC=o32-clang CXX=o32-clang++ ./configure --host=i386-apple-darwinXX` ##### Building test1.cpp and test2.cpp with LTO (Link Time Optimization): #####