common/autoconf/jdk-options.m4

changeset 874
dfbc93f26f38
parent 855
ac09e62d5e6b
child 972
f3697e0783e2
child 990
6f48c590bae5
equal deleted inserted replaced
873:72ef61df77e5 874:dfbc93f26f38
514 if test "x$enable_debug_symbols" = "xyes"; then 514 if test "x$enable_debug_symbols" = "xyes"; then
515 ENABLE_DEBUG_SYMBOLS=true 515 ENABLE_DEBUG_SYMBOLS=true
516 elif test "x$enable_debug_symbols" = "xno"; then 516 elif test "x$enable_debug_symbols" = "xno"; then
517 ENABLE_DEBUG_SYMBOLS=false 517 ENABLE_DEBUG_SYMBOLS=false
518 else 518 else
519 # Default is on if objcopy is found 519 # Default is on if objcopy is found
520 if test "x$OBJCOPY" != x; then 520 if test "x$OBJCOPY" != x; then
521 ENABLE_DEBUG_SYMBOLS=true 521 ENABLE_DEBUG_SYMBOLS=true
522 # MacOS X and Windows don't use objcopy but default is on for those OSes 522 # MacOS X and Windows don't use objcopy but default is on for those OSes
523 elif test "x$OPENJDK_TARGET_OS" = xmacosx || test "x$OPENJDK_TARGET_OS" = xwindows; then 523 elif test "x$OPENJDK_TARGET_OS" = xmacosx || test "x$OPENJDK_TARGET_OS" = xwindows; then
524 ENABLE_DEBUG_SYMBOLS=true 524 ENABLE_DEBUG_SYMBOLS=true
525 else 525 else
526 ENABLE_DEBUG_SYMBOLS=false 526 ENABLE_DEBUG_SYMBOLS=false
527 fi 527 fi
528 fi 528 fi

mercurial