From 6e8ee658598c5e1176bec50f36148112158aae49 Mon Sep 17 00:00:00 2001 From: liamstask Date: Mon, 19 Apr 2010 15:43:56 +0000 Subject: [PATCH] * 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 --- demos/Posix-GCC/readme.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 **