make/autoconf/flags-other.m4
branchihse-cflags-rewrite-branch
changeset 56177 2fbe3b84ee3d
parent 56176 b3e3a12dcb33
child 56180 62f39c252e0c
equal deleted inserted replaced
56176:b3e3a12dcb33 56177:2fbe3b84ee3d
    25 
    25 
    26 ################################################################################
    26 ################################################################################
    27 #
    27 #
    28 # Setup flags for other tools than C/C++ compiler
    28 # Setup flags for other tools than C/C++ compiler
    29 #
    29 #
    30 
       
    31 AC_DEFUN_ONCE([FLAGS_SETUP_MISC_FLAGS],
       
    32 [
       
    33   FLAGS_SETUP_ARFLAGS
       
    34   FLAGS_SETUP_STRIPFLAGS
       
    35   FLAGS_SETUP_RCFLAGS
       
    36 
       
    37   FLAGS_SETUP_ASFLAGS
       
    38   FLAGS_SETUP_ASFLAGS_CPU_DEP([TARGET])
       
    39   FLAGS_SETUP_ASFLAGS_CPU_DEP([BUILD], [OPENJDK_BUILD_])
       
    40 ])
       
    41 
       
    42 
    30 
    43 AC_DEFUN([FLAGS_SETUP_ARFLAGS],
    31 AC_DEFUN([FLAGS_SETUP_ARFLAGS],
    44 [
    32 [
    45   # FIXME: figure out if we should select AR flags depending on OS or toolchain.
    33   # FIXME: figure out if we should select AR flags depending on OS or toolchain.
    46   if test "x$OPENJDK_TARGET_OS" = xmacosx; then
    34   if test "x$OPENJDK_TARGET_OS" = xmacosx; then