diff --git a/Makefile.pdlibbuilder b/Makefile.pdlibbuilder index f192f02..1a669ab 100644 --- a/Makefile.pdlibbuilder +++ b/Makefile.pdlibbuilder @@ -468,7 +468,7 @@ $(eval $(for$(system))) # native architecture of the build machine -build.arch := $(shell uname --machine) +build.arch := $(shell uname -m) # Target architecture as reported by compiler. Give precedence to eventual # user-defined compiler. The first field of -- is extracted.