jdk/make/common/Defs-linux.gmk
changeset 7967 aa85f513e8f2
parent 7668 d4a77089c587
child 8796 604a43386301
equal deleted inserted replaced
7816:55a18147b4bf 7967:aa85f513e8f2
    71 # The suffix applied to scripts (.bat for windows, nothing for unix)
    71 # The suffix applied to scripts (.bat for windows, nothing for unix)
    72 SCRIPT_SUFFIX =
    72 SCRIPT_SUFFIX =
    73 # CC compiler object code output directive flag value
    73 # CC compiler object code output directive flag value
    74 CC_OBJECT_OUTPUT_FLAG = -o #trailing blank required!
    74 CC_OBJECT_OUTPUT_FLAG = -o #trailing blank required!
    75 CC_PROGRAM_OUTPUT_FLAG = -o #trailing blank required!
    75 CC_PROGRAM_OUTPUT_FLAG = -o #trailing blank required!
    76 
       
    77 #
       
    78 # Default HPI libraries. Build will build only native, unless
       
    79 # overriden at the make command line. This makes it convenient for
       
    80 # people doing, say, a pthreads port -- they can create a posix
       
    81 # directory here, and say "gnumake HPIS=posix" at the top
       
    82 # level.
       
    83 #
       
    84 HPIS = native
       
    85 
    76 
    86 #
    77 #
    87 # Default optimization
    78 # Default optimization
    88 #
    79 #
    89 
    80