diff options
author | imarom <imarom@cisco.com> | 2015-08-11 15:28:32 +0300 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2015-08-11 15:28:32 +0300 |
commit | 2e72d446ad714f44d240487c1e85644f28e20f97 (patch) | |
tree | 7fc4ed033b3d64e9c63367951d38fa15090ed4b3 /linux/b | |
parent | da6dd8c78fd9a3de1cea37375c5c366447d2db71 (diff) |
added support for c++ 2011
this requires some compiler support (checking version, adding RPATH)
Diffstat (limited to 'linux/b')
-rwxr-xr-x | linux/b | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #! /bin/bash -/router/bin/python-2.7.1 waf-1.6.8 $@ +python2.7 waf-1.6.8 $@ sts=$? exit $sts |