We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03b904 commit 0f68f97Copy full SHA for 0f68f97
1 file changed
db/linker.xml
@@ -886,9 +886,15 @@
886
<target name="^.*ia64.*hpux.*$" />
887
<target name="^.*pc-mingw32$" />
888
<target name="^.*-pikeos.*$" />
889
- <target name="^.*-linux.*" />
890
- <target name="^.*-gnueabihf$" />
891
- <target name="^.*-gnueabi$" />
+ <target name="^powerpc-generic-linux-gnu$"/>
+ <target name="^powerpc64-generic-linux-gnu$"/>
+ <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.*"/>
898
<target name="^c$" />
899
<target name="^.*-qnx[0-9]*$"/>
900
<target name="^.*-rtems.*$"/>
0 commit comments