summaryrefslogtreecommitdiffstats
path: root/utils/tomcrypt
AgeCommit message (Collapse)AuthorFilesLines
2020-10-31tomcrypt: Set target macOS version.Dominik Riebeling1-1/+6
Make sure the target version isn't the default one so it also runs on older macOS version than the current one. Change-Id: Ib3517c97eee23ce1648e644ffc9daba2d1e7b599
2020-10-21rbutil: Fix native Windows build for tools.Dominik Riebeling1-2/+11
- When make on Windows finds sh.exe it will try to use that. We use cmd.exe calls when detecting Windows, so make sure we use cmd.exe as shell. - Add missing Windows compatibility to tomcrypt Makefile. Change-Id: Iaef133ca27472a5ddf449174d540983f15c66aea
2020-10-18rbutil: Pass isysroot to rbutil libs on macOS.Dominik Riebeling1-0/+4
On macOS we pass the full path to the compiler. On recent versions this causes the compiler to not find its SDK path, this needs to get passed via the isysroot option. Change-Id: Iea2820e1755cc80e12691119dfa31d70938ea511
2020-10-18utils: Add Makefile for our copy of libtomcrypt.Dominik Riebeling1-0/+41
Change-Id: I6b9ffe86b9e78b494a3a9211d6e79bb81c9fb6d4
2020-10-18utils: Add (partial) libtomcrypt.Dominik Riebeling28-0/+8416
Add the parts of libtomcrypt that we're about to use. Change-Id: I0adc1d7d1f4833e7bb3ed53b9a4d9a85977cfb8b