source: rtems-source-builder/source-builder/sha512-base64 @ d8be0e0

4.11
Last change on this file since d8be0e0 was 158ad68, checked in by Chris Johns <chrisj@…>, on 10/03/20 at 11:53:04

sb: Back port the RTEMS 5 and 6 RSB engine.

  • Build GDb first as we do for RTEMS 5 and later
  • Update GDB to 9.1 for all archs expect SPARC. The SIS patches only apply to 7.9. Disable Python for SPARC

Closes #4111

  • Property mode set to 100755
File size: 80 bytes
Line 
1#! /bin/sh
2openssl dgst -binary -sha512 $1 | openssl base64 | sed '{N;s/\n//;}'
Note: See TracBrowser for help on using the repository browser.