|
@@ -255,7 +255,6 @@ if ($arch eq "x86_64") {
|
|
# force flags for this arch
|
|
# force flags for this arch
|
|
$ld .= " -m shlelf_linux";
|
|
$ld .= " -m shlelf_linux";
|
|
$objcopy .= " -O elf32-sh-linux";
|
|
$objcopy .= " -O elf32-sh-linux";
|
|
- $cc .= " -m32";
|
|
|
|
|
|
|
|
} elsif ($arch eq "powerpc") {
|
|
} elsif ($arch eq "powerpc") {
|
|
$local_regex = "^[0-9a-fA-F]+\\s+t\\s+(\\.?\\S+)";
|
|
$local_regex = "^[0-9a-fA-F]+\\s+t\\s+(\\.?\\S+)";
|