summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk/thttpd/setenv.sh
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-20 16:59:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-20 16:59:13 -0600
commitb28b4f7f1c3905d46ff233e495f243e438836695 (patch)
treeba8b51816dd9375ad49a85c507e5421cbc8b5c37 /nuttx/configs/olimex-lpc1766stk/thttpd/setenv.sh
parentd4b2e069a720c86b08a38599af92f8f2152fef3d (diff)
downloadnuttx-b28b4f7f1c3905d46ff233e495f243e438836695.tar.gz
nuttx-b28b4f7f1c3905d46ff233e495f243e438836695.tar.bz2
nuttx-b28b4f7f1c3905d46ff233e495f243e438836695.zip
Update paths to more recent CodeSourcery toolchain
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk/thttpd/setenv.sh')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/thttpd/setenv.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/thttpd/setenv.sh b/nuttx/configs/olimex-lpc1766stk/thttpd/setenv.sh
index 7517148f5..d038fba13 100755
--- a/nuttx/configs/olimex-lpc1766stk/thttpd/setenv.sh
+++ b/nuttx/configs/olimex-lpc1766stk/thttpd/setenv.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# configs/olimex-lpc1766stk/thttpd/setenv.sh
#
-# Copyright (C) 2010 Gregory Nutt. All rights reserved.
+# Copyright (C) 2010, 2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -51,6 +51,7 @@ fi
# toolchain under windows. You will also have to edit this if you install
# the CodeSourcery toolchain in any other location
# export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
+# export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
# These are the Cygwin paths to the locations where I installed the Atollic
# toolchain under windows. You will also have to edit this if you install