Make perl reproducible between bwrap and hardware

Also, with these changes, change the architecture to i686, as per
previous commits.
This commit is contained in:
Samuel Tyler 2025-09-25 20:40:49 +10:00
parent b6422a6f4e
commit 8f105b3329
27 changed files with 31 additions and 15 deletions

View file

@ -95,7 +95,7 @@
#define Free_t void
#define SH_PATH "/bin/sh"
#define ARCHNAME "i386-linux"
#define ARCHNAME "i686-linux"
#define BIN_EXP "/usr/bin"
#define NVSIZE 8 /* sizeof(double) */