From c68fc1f1983b470e12478d4ea38a759a54d50a47 Mon Sep 17 00:00:00 2001 From: John Goodyear Date: Sat, 2 Mar 2013 12:31:25 -0700 Subject: [PATCH 1/1] hints/os390.sh: z/OS long long support --- hints/os390.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hints/os390.sh b/hints/os390.sh index 6c1d8f0..93e889f 100644 --- a/hints/os390.sh +++ b/hints/os390.sh @@ -222,7 +222,7 @@ gconvert_preference=sprintf cat >config.arch<<'__CONFIG_ARCH__' # The '-W 0,float(ieee)' cannot be used during Configure as ldflags. -ccflags="$ccflags -W 0,float(ieee)" +ccflags="$ccflags -W 0,float(ieee) -W 0,LANGLVL(LONGLONG)" __CONFIG_ARCH__ -- 1.8.3.1