aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux_base-suse-9.3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/linux_base-suse-9.3/Makefile')
-rw-r--r--emulators/linux_base-suse-9.3/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile
index 9df18ac40bd9..12a4272d2ca5 100644
--- a/emulators/linux_base-suse-9.3/Makefile
+++ b/emulators/linux_base-suse-9.3/Makefile
@@ -102,7 +102,11 @@ REMOVE_FILES= bin/df bin/su etc/exports etc/group etc/localtime \
etc/protocols
BRAND_FILES= bin/rpm sbin/ldconfig sbin/sln
+.if (${ARCH} == "amd64")
+FALLBACK_ELF_MIB= kern.elf32.fallback_brand
+.else
FALLBACK_ELF_MIB= kern.fallback_elf_brand
+.endif
LINUX_ELF= 3
PREVIOUS_ELF!= /sbin/sysctl -n ${FALLBACK_ELF_MIB}