From 317107dbddd4f824ccd06bea7ba2f65b950109a1 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 12 May 1998 05:30:11 +0000 Subject: [PATCH] * mt-linux (CXXFLAGS_FOR_TARGET): Set this instead of CXXFLAGS. Bring over from egcs. --- config/mt-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mt-linux b/config/mt-linux index bbd9792..e3f15ea 100644 --- a/config/mt-linux +++ b/config/mt-linux @@ -1,2 +1,2 @@ # When using glibc 2 on Linux we must always use vtable thunks. - CXXFLAGS=-O2 -g -fvtable-thunks +CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -fvtable-thunks -- 2.7.4