clang and -DINCLUDE_SUFFIX_COMPILER=_gcc -DTARGET_COMPILER_gcc (original) (raw)
Martin Buchholz martinrb at google.com
Wed Jun 20 23:39:14 UTC 2018
- Previous message (by thread): THIS_FILE
- Next message (by thread): clang and -DINCLUDE_SUFFIX_COMPILER=_gcc -DTARGET_COMPILER_gcc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I saw in the *.cmdline files that when I build with clang, we get these defines: -DINCLUDE_SUFFIX_COMPILER=_gcc -DTARGET_COMPILER_gcc
I see now that -DTARGET_COMPILER_gcc was intentional
HOTSPOT_TOOLCHAIN_TYPE=$TOOLCHAIN_TYPE if test "x$TOOLCHAIN_TYPE" = xclang; then HOTSPOT_TOOLCHAIN_TYPE=gcc
but it's very confusing and isn't used in too many places, so should be fixed.
- Previous message (by thread): THIS_FILE
- Next message (by thread): clang and -DINCLUDE_SUFFIX_COMPILER=_gcc -DTARGET_COMPILER_gcc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]