27 Jan
2015
27 Jan
'15
11:19
On Tuesday 2015-01-27 12:03, Bamvor Jian Zhang wrote:
Yes. our gcc could compile ilp32 on aarch64. But it failed in linking:
# cat main.c int main(){return 0;} # gcc-4.9 -mabi=ilp32 main.c -o main.ilp32 -nostdlib -nostartfiles -v --save-temps
I would assume that -mabi is only used for compilation, not linking. For linking, -m32/-mx32/-m64 would be needed. What the proper flag for aarch is though, I know not. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org