summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/eagle100
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-10-22 03:50:56 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-10-22 03:50:56 +0000
commitab3d441368f84173929b4066dd20ece2f208b4da (patch)
treedee2e4f38204ffa45875796203312b2daba09fea /nuttx/configs/eagle100
parentbde7c6b460371ee9c69db7677fe77ffea9ec8368 (diff)
corrections
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2168 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/eagle100')
-rw-r--r--nuttx/configs/eagle100/README.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/eagle100/README.txt b/nuttx/configs/eagle100/README.txt
index 67186d33a4..5e0ddba522 100644
--- a/nuttx/configs/eagle100/README.txt
+++ b/nuttx/configs/eagle100/README.txt
@@ -95,9 +95,13 @@ CodeSourcery on Linux
ARCHCPUFLAGS = -mcpu=cortex-m3 -mthumb -mfloat-abi=soft
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
- ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/ostest/$(LDSCRIPT)
+ ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/ostest/ld.script
MAXOPTIMIZATION = -O2
+ The values for TOPDIR is provided by the make system; the value for CONFIG_ARCH_BOARD
+ is provided in your defconfig file. 'ostest' refers to the ostest/ configuration;
+ this would be different for other configurations.
+
NuttX buildroot Toolchain
^^^^^^^^^^^^^^^^^^^^^^^^^