From 89d811bf57dd6b613278a007ddc1488503988756 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 16 Sep 2013 17:23:00 +0200 Subject: [PATCH 1/1] Fixed prefix for rtems.cfg. Standard rtems prefix is /opt/rtems and not /opt/rtems-, which would break GNU triplets. --- rtems/rtems.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.2