search for: tm_file

Displaying 1 result from an estimated 1 matches for "tm_file".

Did you mean: vm_file
2009 Oct 07
2
[LLVMdev] llvm-gcc configure options for ARM target at llvm-gcc build time
.../src/gcc/config/arm/arm.md:4789: warning: (near initialization for ‘insn_conditions[86].value’) ... To use "MACHO_DYNAMIC_NO_PIC_P", I guess that --target option have to include -darwin In gcc/config.gcc file ... # Common parts for widely ported systems. case ${target} in *-*-darwin*) tm_file="${tm_file} darwin.h" ... At llvm-gcc build time, I would like to know configure option for ARM target. and I want to know whether llvm-gcc have bitcode's difference between -darwin and other configure options. (ex: -eabi, -elf, etc...) Thanks Best regards, Jin-Gu Kang -----------...