[rtems-tools commit] DEST_OS is linux and not linux2.

Chris Johns chrisj at rtems.org
Tue Jan 20 23:52:58 UTC 2015


Module:    rtems-tools
Branch:    master
Commit:    69c955d7a1684e2193b5e720c6aa3f024a2e6cb0
Changeset: http://git.rtems.org/rtems-tools/commit/?id=69c955d7a1684e2193b5e720c6aa3f024a2e6cb0

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed Jan 21 10:51:48 2015 +1100

DEST_OS is linux and not linux2.

---

 rtemstoolkit/wscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rtemstoolkit/wscript b/rtemstoolkit/wscript
index 5658dc5..07703a0 100644
--- a/rtemstoolkit/wscript
+++ b/rtemstoolkit/wscript
@@ -135,7 +135,7 @@ def bld_libelf(bld, conf):
 
     host_source = []
 
-    if bld.env.DEST_OS == 'linux2':
+    if bld.env.DEST_OS == 'linux':
         common = 'elftoolchain/common/'
         bld(target = common + 'native-elf-format.h',
             source = common + 'native-elf-format',



More information about the vc mailing list