diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-31 18:45:32 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-31 18:45:32 +0000 |
commit | 5bc44c708b5bff662256300e6defbf0fec659788 (patch) | |
tree | 255d02e99255a6ac9c3f72db2ecb57c67a922c89 /scripts/poky-qemu | |
parent | 23ee199a9219df0a1ba2efa5f732b787de022bf6 (diff) | |
download | poky-5bc44c708b5bff662256300e6defbf0fec659788.tar.gz |
scripts: Fix sdk compiler location handling
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3652 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts/poky-qemu')
-rwxr-xr-x | scripts/poky-qemu | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/poky-qemu b/scripts/poky-qemu index 1c680b11f1..79456f6a60 100755 --- a/scripts/poky-qemu +++ b/scripts/poky-qemu | |||
@@ -50,7 +50,4 @@ fi | |||
50 | 50 | ||
51 | INTERNAL_SCRIPT=`which poky-qemu-internal` | 51 | INTERNAL_SCRIPT=`which poky-qemu-internal` |
52 | 52 | ||
53 | SDKDIR=/usr/local/poky/eabi-glibc/arm/bin/ | ||
54 | PATH=$SDKDIR:$PATH | ||
55 | |||
56 | . $INTERNAL_SCRIPT | 53 | . $INTERNAL_SCRIPT |