Skip to content

Commit 0f68f97

Browse files
committed
Assume native archiver for unknown linux targets
This covers native builds on, for example, mips-linux-gnu and powerpc64le-linux-gnu.
1 parent f03b904 commit 0f68f97

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

db/linker.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -886,9 +886,15 @@
886886
<target name="^.*ia64.*hpux.*$" />
887887
<target name="^.*pc-mingw32$" />
888888
<target name="^.*-pikeos.*$" />
889-
<target name="^.*-linux.*" />
890-
<target name="^.*-gnueabihf$" />
891-
<target name="^.*-gnueabi$" />
889+
<target name="^powerpc-generic-linux-gnu$"/>
890+
<target name="^powerpc64-generic-linux-gnu$"/>
891+
<target name="^arm-linux-androideabi$"/>
892+
<target name="^arm-linux-gnueabi$"/>
893+
<target name="^arm-linux-gnueabihf$"/>
894+
<target name="^aarch64-linux-gnu$"/>
895+
<target name="^e500v2-gnu-linux$"/>
896+
<target name="^i.86-.*linux.*"/>
897+
<target name="^x86_64-.*linux.*"/>
892898
<target name="^c$" />
893899
<target name="^.*-qnx[0-9]*$"/>
894900
<target name="^.*-rtems.*$"/>

0 commit comments

Comments
 (0)