From 838fdaefb24ecb0d89a0d3ba1cc5d1bee616f87f Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Fri, 10 Jun 2005 20:24:15 +0000 Subject: [PATCH] OS/2 build bustage --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index 836f202e4e5..6f3879e5585 100644 --- a/configure.in +++ b/configure.in @@ -1011,6 +1011,10 @@ case "$host" in HOST_OPTIMIZE_FLAGS="${HOST_OPTIMIZE_FLAGS=-O3}" ;; +*-os2*) + HOST_CFLAGS="$HOST_CFLAGS -Zomf" + ;; + *cygwin*|*mingw*|*mks*|*msvc*|*wince) if test -n "$_WIN32_MSVC"; then HOST_CFLAGS="$HOST_CFLAGS -TC -nologo"