make/autoconf/jdk-options.m4
changeset 47933 19122c10fc52
parent 47701 be620a591379
child 49920 dbfef18ad510
equal deleted inserted replaced
47932:0c22f6b9b5e2 47933:19122c10fc52
   294           fi
   294           fi
   295         fi
   295         fi
   296       ],
   296       ],
   297       [
   297       [
   298         if test "x$OPENJDK_TARGET_OS" = xaix; then
   298         if test "x$OPENJDK_TARGET_OS" = xaix; then
   299           # AIX doesn't support 'zipped' so use 'internal' as default
   299           # AIX doesn't support 'external' so use 'internal' as default
   300           with_native_debug_symbols="internal"
   300           with_native_debug_symbols="internal"
   301         else
   301         else
   302           if test "x$STATIC_BUILD" = xtrue; then
   302           if test "x$STATIC_BUILD" = xtrue; then
   303             with_native_debug_symbols="none"
   303             with_native_debug_symbols="none"
   304           else
   304           else
   305             with_native_debug_symbols="zipped"
   305             with_native_debug_symbols="external"
   306           fi
   306           fi
   307         fi
   307         fi
   308       ])
   308       ])
   309   NATIVE_DEBUG_SYMBOLS=$with_native_debug_symbols
   309   NATIVE_DEBUG_SYMBOLS=$with_native_debug_symbols
   310   AC_MSG_RESULT([$NATIVE_DEBUG_SYMBOLS])
   310   AC_MSG_RESULT([$NATIVE_DEBUG_SYMBOLS])