2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00

apply IBM/S390 patch from Jonathan Biggar

[SVN r26997]
This commit is contained in:
Aleksey Gurtovoy
2005-02-02 01:04:46 +00:00
parent 6c6dab75cb
commit 39da1d05db

View File

@@ -297,6 +297,11 @@ if $(MIPS)
flags gcc CFLAGS <address-model>32 : -mgp32 ;
flags gcc CFLAGS <address-model>64 : -mgp64 -mlong64 ;
}
#S390
if $(OSPLAT) = 390
{
flags gcc CFLAGS <threading>multi : -D_REENTRANT ;
}
#
# define compiler names if not set: