From ccb7817e267e676114c44151baa151972ee583cc Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Mon, 26 Jan 2004 20:21:22 +0000 Subject: [PATCH] removed the -Wno-long-double flag from Darwin section too [SVN r21979] --- v1/gcc-tools.jam | 1 - 1 file changed, 1 deletion(-) diff --git a/v1/gcc-tools.jam b/v1/gcc-tools.jam index 716220ff2..e608ddcb3 100644 --- a/v1/gcc-tools.jam +++ b/v1/gcc-tools.jam @@ -121,7 +121,6 @@ else if $(UNIX) # There is no gcc/g++, we need to use cc/c++ instead: .GCC ?= cc ; .GXX ?= c++ ; - flags gcc CFLAGS : -Wno-long-double ; } case *BSD : {