mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
moved -Wno-long-double to the Darwin section
[SVN r21877]
This commit is contained in:
@@ -58,7 +58,6 @@ GCC_STDLIB_DIRECTORY ?= $(GCC_ROOT_DIRECTORY)/lib ;
|
||||
# Make sure this gets set "on" the target
|
||||
flags gcc GCC_BIN_DIR : $(GCC_BIN_DIRECTORY) ;
|
||||
|
||||
flags gcc CFLAGS : -Wno-long-double ;
|
||||
flags gcc LINKFLAGS <runtime-link>static : -static ;
|
||||
flags gcc CFLAGS <debug-symbols>on : -g ;
|
||||
flags gcc LINKFLAGS <debug-symbols>on : -g ;
|
||||
@@ -122,6 +121,7 @@ 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 :
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user