Update the CodeLite project

This commit is contained in:
Thomas Pöchtrager 2015-10-18 09:35:07 +02:00
parent 1ba7b59c41
commit fe2f6b6a07
2 changed files with 3 additions and 2 deletions

View File

@ -154,7 +154,7 @@ char **envp)
if(arch_name != NULL)
fatal("more than one %s option (not allowed, "
"use cc(1) instead)", argv[i]);
// cctools-port start
/* cctools-port start */
if (strcmp(argv[i+1],"powerpc") == 0)
argv[i+1] = "ppc";
else if (strcmp(argv[i+1], "powerpc750") == 0)
@ -167,7 +167,7 @@ char **envp)
argv[i+1] = "ppc970";
else if (strcmp(argv[i+1], "powerpc64") == 0)
argv[i+1] = "ppc64";
// cctools-port end
/* cctools-port end */
arch_name = argv[i+1];
p = " "; /* Finished with this arg. */
i++;

View File

@ -30,6 +30,7 @@
<File Name="ld64/src/ld/passes/stubs/stub_x86_64_classic.hpp"/>
<File Name="ld64/src/ld/passes/stubs/stub_arm64.hpp"/>
<File Name="ld64/src/ld/passes/stubs/stub_x86_classic.hpp"/>
<File Name="ld64/src/ld/passes/stubs/stub_ppc_classic.hpp"/>
</VirtualDirectory>
<File Name="ld64/src/ld/passes/tlvp.h"/>
<File Name="ld64/src/ld/passes/order.h"/>