From ba829ba0f904ac74f5985e604bb133496d8853d7 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 1 Dec 2009 17:07:10 +0000 Subject: [PATCH] Adjusted gcc2 work-around to renamed file. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34418 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/BuildSetup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/jam/BuildSetup b/build/jam/BuildSetup index 8ebd543f8c..2b885a2b8f 100644 --- a/build/jam/BuildSetup +++ b/build/jam/BuildSetup @@ -1108,10 +1108,10 @@ if $(HAIKU_GCC_VERSION[1]) = 2 { # Work-around for GCC 2 problem -- despite -Wno-multichar it reports # multichar warnings in headers/private/kernel/debugger_keymaps.h included by -# src/system/kernel/arch/x86/arch_debug_console.c. +# src/system/kernel/arch/x86/arch_debug_console.cpp. if $(HAIKU_GCC_VERSION[1]) = 2 { local file = arch_debug_console.o ; - CCFLAGS on $(file) = [ on $(file) return $(CCFLAGS) ] ; + C++FLAGS on $(file) = [ on $(file) return $(C++FLAGS) ] ; } if $(HAIKU_NO_WERROR) != 1 {