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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user