From 894d1636cf3730d741b0993699096dd8e775178b Mon Sep 17 00:00:00 2001 From: shatty Date: Sun, 24 Oct 2004 09:08:02 +0000 Subject: [PATCH] define ARCH_ppc for TARGET_CPU ppc, ARCH_x86 for TARGET_CPU x86 git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9473 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jamrules b/Jamrules index 4154203f2f..4cd9ac1874 100644 --- a/Jamrules +++ b/Jamrules @@ -102,13 +102,13 @@ switch $(TARGET_CPU) { } else { OBOS_TARGET_TYPE ?= "application/x-vnd.Be-elfexecutable" ; } - DEFINES += __POWERPC__ ; + DEFINES += __POWERPC__ ARCH_ppc ; OBOS_BOOT_PLATFORM = openfirmware ; } case x86 : { # nothing special to do here... - DEFINES += __INTEL__ ; + DEFINES += __INTEL__ ARCH_x86 ; OBOS_BOOT_PLATFORM = bios_ia32 ; } case * :