aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorliamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-19 15:43:56 +0000
committerliamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-19 15:43:56 +0000
commit6e8ee658598c5e1176bec50f36148112158aae49 (patch)
tree7f99e002c87ab3185f476e31e4002d9d288a0139 /demos
parent4f42a5d9786fbfd215de88051477be6d214d5848 (diff)
downloadChibiOS-6e8ee658598c5e1176bec50f36148112158aae49.tar.gz
ChibiOS-6e8ee658598c5e1176bec50f36148112158aae49.tar.bz2
ChibiOS-6e8ee658598c5e1176bec50f36148112158aae49.zip
* small note in the Posix demo readme on how to build for OS X
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1877 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/Posix-GCC/readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/Posix-GCC/readme.txt b/demos/Posix-GCC/readme.txt
index 7db17cfa6..a1b5b4489 100644
--- a/demos/Posix-GCC/readme.txt
+++ b/demos/Posix-GCC/readme.txt
@@ -19,7 +19,8 @@ See demo.c for details.
** Build Procedure **
-GCC required.
+GCC required. The Makefile defaults to building for a Linux host.
+To build on OS X, use the following command: `make HOST_OSX=yes`
** Connect to the demo **