mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00

- 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
3 lines
80 B
Bash
Executable File
3 lines
80 B
Bash
Executable File
#! /bin/sh
|
|
openssl dgst -binary -sha512 $1 | openssl base64 | sed '{N;s/\n//;}'
|