diff mbox

[aarch64] add multiarch definitions for aarch64-linux-gnu

Message ID 50AABDBD.5050002@ubuntu.com
State New
Headers show

Commit Message

Matthias Klose Nov. 19, 2012, 11:16 p.m. UTC
This just adds the multiarch dirname for aarch64. ok for the trunk?  There were
macro redefinitions before in aarch64-linux.h (STANDARD_STARTFILE_PREFIX_[12]).
 I don't think these are necessary.

Thanks, Matthias

PS: ping on the patch for arm-linux-gnueabi multiarch.

Comments

Joseph Myers Nov. 19, 2012, 11:39 p.m. UTC | #1
On Tue, 20 Nov 2012, Matthias Klose wrote:

> This just adds the multiarch dirname for aarch64. ok for the trunk?  There were
> macro redefinitions before in aarch64-linux.h (STANDARD_STARTFILE_PREFIX_[12]).
>  I don't think these are necessary.

Don't you need to allow for big-endian, and use a different name in that 
case?
diff mbox

Patch

--- config/aarch64/t-aarch64-linux
+++ config/aarch64/t-aarch64-linux
@@ -20,3 +20,5 @@ 

 LIB1ASMSRC   = aarch64/lib1funcs.asm
 LIB1ASMFUNCS = _aarch64_sync_cache_range
+
+MULTIARCH_DIRNAME = $(call if_multiarch,aarch64-linux-gnu)