./common/autoconf/configure.ac

Print this page
rev 725 : [mq]: system-icu


 163 PLATFORM_SETUP_OPENJDK_TARGET_ENDIANNESS
 164 
 165 # Configure flags for the tools
 166 TOOLCHAIN_SETUP_COMPILER_FLAGS_FOR_LIBS
 167 TOOLCHAIN_SETUP_COMPILER_FLAGS_FOR_OPTIMIZATION
 168 TOOLCHAIN_SETUP_COMPILER_FLAGS_FOR_JDK
 169 TOOLCHAIN_SETUP_COMPILER_FLAGS_MISC
 170 
 171 # Setup debug symbols (need objcopy from the toolchain for that)
 172 JDKOPT_SETUP_DEBUG_SYMBOLS
 173 
 174 ###############################################################################
 175 #
 176 # Check dependencies for external and internal libraries.
 177 #
 178 ###############################################################################
 179 
 180 LIB_SETUP_INIT
 181 LIB_SETUP_X11
 182 LIB_SETUP_CUPS

 183 LIB_SETUP_FREETYPE
 184 LIB_SETUP_ALSA
 185 LIB_SETUP_MISC_LIBS
 186 LIB_SETUP_STATIC_LINK_LIBSTDCPP
 187 
 188 # After we have toolchain and the paths to all libraries (needed by msys), we can compile the fixpath helper
 189 BASIC_COMPILE_FIXPATH
 190 
 191 ###############################################################################
 192 #
 193 # We need to do some final tweaking, when everything else is done.
 194 #
 195 ###############################################################################
 196 
 197 JDKOPT_SETUP_BUILD_TWEAKS
 198 JDKOPT_DETECT_INTREE_EC
 199 
 200 ###############################################################################
 201 #
 202 # Configure parts of the build that only affect the build performance,




 163 PLATFORM_SETUP_OPENJDK_TARGET_ENDIANNESS
 164 
 165 # Configure flags for the tools
 166 TOOLCHAIN_SETUP_COMPILER_FLAGS_FOR_LIBS
 167 TOOLCHAIN_SETUP_COMPILER_FLAGS_FOR_OPTIMIZATION
 168 TOOLCHAIN_SETUP_COMPILER_FLAGS_FOR_JDK
 169 TOOLCHAIN_SETUP_COMPILER_FLAGS_MISC
 170 
 171 # Setup debug symbols (need objcopy from the toolchain for that)
 172 JDKOPT_SETUP_DEBUG_SYMBOLS
 173 
 174 ###############################################################################
 175 #
 176 # Check dependencies for external and internal libraries.
 177 #
 178 ###############################################################################
 179 
 180 LIB_SETUP_INIT
 181 LIB_SETUP_X11
 182 LIB_SETUP_CUPS
 183 LIB_SETUP_ICU
 184 LIB_SETUP_FREETYPE
 185 LIB_SETUP_ALSA
 186 LIB_SETUP_MISC_LIBS
 187 LIB_SETUP_STATIC_LINK_LIBSTDCPP
 188 
 189 # After we have toolchain and the paths to all libraries (needed by msys), we can compile the fixpath helper
 190 BASIC_COMPILE_FIXPATH
 191 
 192 ###############################################################################
 193 #
 194 # We need to do some final tweaking, when everything else is done.
 195 #
 196 ###############################################################################
 197 
 198 JDKOPT_SETUP_BUILD_TWEAKS
 199 JDKOPT_DETECT_INTREE_EC
 200 
 201 ###############################################################################
 202 #
 203 # Configure parts of the build that only affect the build performance,