-
Enhancement
-
Resolution: Fixed
-
P4
-
8u221, 11.0.4, 13
-
b07
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245548 | 13.0.4 | Severin Gehwolf | P4 | Resolved | Fixed | b02 |
JDK-8231116 | 11.0.6 | Severin Gehwolf | P4 | Resolved | Fixed | b01 |
JDK-8237560 | openjdk8u252 | Severin Gehwolf | P4 | Resolved | Fixed | b01 |
Currently there is no way to pass extra flags to the assembler for the OpenJDK build. While --with-extra-cflags could be "abused" to get flags passed to the gcc assembler on Linux (at least), this isn't ideal. A new flag --with-extra-asflags seems more appropriate.
- backported by
-
JDK-8231116 Add --with-extra-asflags configure option
- Resolved
-
JDK-8237560 Add --with-extra-asflags configure option
- Resolved
-
JDK-8245548 Add --with-extra-asflags configure option
- Resolved
- relates to
-
JDK-8219772 EXTRA_CFLAGS not being picked up for assembler files
- Closed