< prev index next >

make/autoconf/flags-other.m4

Print this page
rev 59383 : [mq]: final

*** 1,7 **** # ! # Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 2011, 2020, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 45,60 **** AC_DEFUN([FLAGS_SETUP_STRIPFLAGS], [ ## Setup strip. # FIXME: should this really be per platform, or should it be per toolchain type? ! # strip is not provided by clang or solstudio; so guessing platform makes most sense. # FIXME: we should really only export STRIPFLAGS from here, not POST_STRIP_CMD. if test "x$OPENJDK_TARGET_OS" = xlinux; then STRIPFLAGS="-g" - elif test "x$OPENJDK_TARGET_OS" = xsolaris; then - STRIPFLAGS="-x" elif test "x$OPENJDK_TARGET_OS" = xmacosx; then STRIPFLAGS="-S" elif test "x$OPENJDK_TARGET_OS" = xaix; then STRIPFLAGS="-X32_64" fi --- 45,58 ---- AC_DEFUN([FLAGS_SETUP_STRIPFLAGS], [ ## Setup strip. # FIXME: should this really be per platform, or should it be per toolchain type? ! # strip is not provided by clang; so guessing platform makes most sense. # FIXME: we should really only export STRIPFLAGS from here, not POST_STRIP_CMD. if test "x$OPENJDK_TARGET_OS" = xlinux; then STRIPFLAGS="-g" elif test "x$OPENJDK_TARGET_OS" = xmacosx; then STRIPFLAGS="-S" elif test "x$OPENJDK_TARGET_OS" = xaix; then STRIPFLAGS="-X32_64" fi
< prev index next >