Use 'uname -m', which in practice returns the processor architecture. --- psm-3.3/buildflags.mak~ 2014-08-20 21:00:18.000000000 +0100 +++ psm-3.3/buildflags.mak 2017-10-22 12:02:12.855291447 +0100 @@ -38,7 +38,7 @@ endif export os ?= $(shell uname -s | tr '[A-Z]' '[a-z]') -export arch := $(shell uname -p | sed -e 's,\(i[456]86\|athlon$$\),i386,') +export arch := $(shell uname -m | sed -e 's,\(i[456]86\|athlon$$\),i386,') CC ?= gcc ogo' rowspan='2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/aux-files/run-in-namespace.c
AgeCommit message (Expand)Author
2020-10-31pack: Relocatable wrapper leaves root available to child processes....Ludovic Courtès
2020-10-30guix: pack: Fix offset calculation for store directory mount point....Eric Bavier
2020-08-27pack: fakechroot: Honor $LD_LIBRARY_PATH....Ludovic Courtès
2020-07-28pack: "fakechroot" engine always creates its store....Ludovic Courtès
2020-07-28pack: "fakechroot" execution engine can load its audit module....Ludovic Courtès
2020-05-14pack: Add relocation via ld.so and fakechroot....Ludovic Courtès
2020-05-14pack: Factorize store references in wrapper....Ludovic Courtès
2020-05-14pack: Wrapper honors 'GUIX_EXECUTION_ENGINE' environment variable....Ludovic Courtès
2020-05-07pack: Factorize 'exec_in_user_namespace' wrapper....Ludovic Courtès
2020-05-07pack: Add 'xmalloc' in wrapper....Ludovic Courtès
2020-05-07pack: Fix off-by-one in PRoot handling in the wrapper....Ludovic Courtès
2020-04-24pack: 'guix pack -R' wrapper correctly reports exit code....Ludovic Courtès
2019-03-15pack: "-RR" produces PRoot-enabled relocatable binaries....Ludovic Courtès
2018-05-11pack: Relocatable wrapper now properly maps the current UID/GID....Ludovic Courtès
2018-05-10pack: Add '--relocatable'....Ludovic Courtès