debian patch uses wrong triple for arch-includes
Bug #1181493 reported by
Steveire
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
clang (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
This patch seems to hardcode the host triple to be used for include paths:
This causes the mixed triple noted here:
http://
$ clang -v -target arm-linux-gnueabihf --sysroot /home/stephen/
ignoring nonexistent directory "/home/
ignoring nonexistent directory "/home/
I notice
is somewhat similar, but I don't know enough about the clang code or the patches to know the solution here.
To post a comment you must log in.
The patch 24 is not applied anymore.
So, the issue would be coming from an other place.