diff options
author | liamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-19 15:43:56 +0000 |
---|---|---|
committer | liamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-19 15:43:56 +0000 |
commit | 6e8ee658598c5e1176bec50f36148112158aae49 (patch) | |
tree | 7f99e002c87ab3185f476e31e4002d9d288a0139 /demos/Posix-GCC | |
parent | 4f42a5d9786fbfd215de88051477be6d214d5848 (diff) | |
download | ChibiOS-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/Posix-GCC')
-rw-r--r-- | demos/Posix-GCC/readme.txt | 3 |
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 **
|