# HG changeset patch # User erikj # Date 1539294263 25200 # Node ID a05fd2db572155c34969f53b9790b55bfff42c82 # Parent b6123001cf8c3f000f589380155ce568b84e5caa Make it possible to run bin/print-config.js diff -r b6123001cf8c -r a05fd2db5721 make/conf/jib-profiles.js --- a/make/conf/jib-profiles.js Thu Oct 11 09:53:45 2018 -0700 +++ b/make/conf/jib-profiles.js Thu Oct 11 14:44:23 2018 -0700 @@ -855,7 +855,7 @@ : "gcc7.3.0-Fedora27+1.0"), linux_arm: (input.profile != null && input.profile.indexOf("hflt") >= 0 ? "gcc-linaro-arm-linux-gnueabihf-raspbian-2012.09-20120921_linux+1.0" - : (input.profile.indexOf("arm32") >= 0 + : (input.profile != null && input.profile.indexOf("arm32") >= 0 ? "gcc7.3.0-Fedora27+1.0" : "arm-linaro-4.7+1.0" )