From: Martin Hořeňovský Date: Mon, 16 Sep 2013 15:23:00 +0000 (+0200) Subject: Fixed prefix for rtems.cfg. X-Git-Tag: fix-allnoconfig~138 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/89d811bf57dd6b613278a007ddc1488503988756 Fixed prefix for rtems.cfg. Standard rtems prefix is /opt/rtems and not /opt/rtems-, which would break GNU triplets. --- diff --git a/rtems/rtems.cfg b/rtems/rtems.cfg index 3a26f63..fda847f 100755 --- a/rtems/rtems.cfg +++ b/rtems/rtems.cfg @@ -1,7 +1,7 @@ #!/bin/sh ./rtems-4.10/configure --target=powerpc-rtems4.10 \ - --prefix=/opt/rtems-4.10 \ + --prefix=/opt/rtems4.10 \ --enable-rtems-inlines --disable-multiprocessing \ --enable-cxx --enable-rdbg \ --enable-maintainer-mode --disable-tests \ @@ -11,5 +11,3 @@ --verbose \ --enable-rtemsbsp="icecube" - -#Note: If working on glab, use rtems4.10.2 instead of rtems4.10 -- there is already compiled build toolchain for that target. \ No newline at end of file