Displaying 3 results from an estimated 3 matches for "target_llcflag".
Did you mean:
target_llcflags
2010 Jan 11
2
[LLVMdev] Setting TARGET_LLCFLAGS in the environment
Weird issue beyond my make-fu:
When running the test-suite, this works fine:
make TARGET_LLCFLAGS='-mcpu=cortex-a8 -mattr=+thumb2' TEST=nightly report
But this fails:
export TARGET_LLCFLAGS='-mcpu=cortex-a8 -mattr=+thumb2'
make TEST=nightly report
It looks like the following line from Makefile.rules is executed multiple times:
TARGET_LLCFLAGS += -relocation-model=pic -disab...
2010 Jan 12
0
[LLVMdev] Setting TARGET_LLCFLAGS in the environment
On Jan 11, 2010, at 3:50 PM, Jakob Stoklund Olesen wrote:
> Weird issue beyond my make-fu:
>
> When running the test-suite, this works fine:
>
> make TARGET_LLCFLAGS='-mcpu=cortex-a8 -mattr=+thumb2' TEST=nightly report
>
> But this fails:
>
> export TARGET_LLCFLAGS='-mcpu=cortex-a8 -mattr=+thumb2'
> make TEST=nightly report
>
> It looks like the following line from Makefile.rules is executed multiple times:
>
> T...
2008 Jun 03
3
[LLVMdev] Linux x86 testers needed!
> I had planned to try again once 2.3 is out, but if you're short on Linux
> testers, I'll join in.
>
> Available platforms:
> * x86_64
> * i686 compatibility
> Given that I had problems getting the latter to run, I think I should
> concentrate on x86_64.
> Should I switch PIC off for that?
Thanks! Running a linux tester would be a huge help for the project.