Loading... (original) (raw)

Uploaded image for project: 'JDK'

  1. JDK
  2. JDK-8029375

configure needs a way to customize compiler/linker options for the "build" compiler

Currently, there is no way to configure the compiler/linker options for the "build" compiler, i.e. the compiler which builds some build tools natively on the build host (e.g. jdk/makefiles/gensrc/GensrcMisc.gmk). The '--with-extra-cflags'/'--with-extra-cxxflags' options are only used for the "target" compiler, i.e. the compiler which generates the JDK (and which can be a cross compiler).