- Notifications
You must be signed in to change notification settings - Fork5k
Commit07bc6fe
committed
Suppress -arch switches in the output of ExtUtils::Embed.
We previously found out that OS X's standard perl installation tries to put-arch switches into Perl link commands, evidently in hopes of buildinguniversal binaries. But it doesn't work to add such switches in plperl'slink step if they weren't being used earlier, so this is basicallyunworkable. When using gcc the result is only some warnings; but LLVMfails entirely, so this issue isn't as cosmetic as we originally thought.Hence, back-patch commitd69a419 intopre-9.0 branches.1 parent1f5e6cd commit07bc6fe
2 files changed
+6
-2
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 |
| |
29 | 33 |
| |
30 | 34 |
| |
31 | 35 |
| |
32 | 36 |
| |
33 |
| - | |
| 37 | + | |
34 | 38 |
| |
35 | 39 |
| |
36 | 40 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4955 | 4955 |
| |
4956 | 4956 |
| |
4957 | 4957 |
| |
4958 |
| - | |
| 4958 | + | |
4959 | 4959 |
| |
4960 | 4960 |
| |
4961 | 4961 |
| |
|
0 commit comments
Comments
(0)