From 05f642af1fae7482cd85f0f4818f9a0cc30b06d2 Mon Sep 17 00:00:00 2001 From: "fur%netscape.com" Date: Fri, 26 Feb 1999 23:06:34 +0000 Subject: [PATCH] Squawk if target architecture is unknown --- ef/Compiler/CodeGenerator/md/CpuInfo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ef/Compiler/CodeGenerator/md/CpuInfo.h b/ef/Compiler/CodeGenerator/md/CpuInfo.h index 04b7bea86563..70d49454a194 100644 --- a/ef/Compiler/CodeGenerator/md/CpuInfo.h +++ b/ef/Compiler/CodeGenerator/md/CpuInfo.h @@ -27,6 +27,8 @@ //#include "SparcCpu.h" #elif defined(GENERATE_FOR_HPPA) #include "HPPACpu.h" +#else + #error "Architecture not supported" #endif #ifndef CPU_IS_SUPPORTED