Closed
Bug 782155
Opened 13 years ago
Closed 13 years ago
Set MACOSX_DEPLOYMENT_TARGET to 10.6 for all architectures
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: Nomis101, Assigned: Nomis101)
References
Details
Attachments
(1 file, 1 obsolete file)
|
3.62 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Now that we have removed 10.5 support on trunk, we can set MACOSX_DEPLOYMENT_TARGET to 10.6 for all architectures. This patch also cleans up unsupported powerpc-apple-darwin.
Attachment #651228 -
Flags: review?(ted.mielczarek)
Comment 1•13 years ago
|
||
Isn't the case statement redundant now? :-)
Also presume js/src/configure.in will need changing too.
(In reply to Ed Morley [:edmorley] from comment #1)
> Also presume js/src/configure.in will need changing too.
The JS part is Bug 782156.
Comment 3•13 years ago
|
||
Oh ok - not sure why a separate bug?
Just didn't know about the JS part since it wasn't mentioned in comment 0 or filed in a build config component (I don't watch the JS component) :-)
Comment 4•13 years ago
|
||
Comment on attachment 651228 [details] [diff] [review]
Patch
Review of attachment 651228 [details] [diff] [review]:
-----------------------------------------------------------------
::: configure.in
@@ +909,3 @@
> ;;
> x86_64)
> export MACOSX_DEPLOYMENT_TARGET=10.6
You can just get rid of the case statement entirely here, and always set it to 10.6.
Attachment #651228 -
Flags: review?(ted.mielczarek) → review+
Updated•13 years ago
|
Assignee: nobody → Nomis101
You mean like this?
Attachment #651500 -
Flags: review?(ted.mielczarek)
Comment 7•13 years ago
|
||
Comment on attachment 651500 [details] [diff] [review]
Patch v2
Review of attachment 651500 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, thanks!
Attachment #651500 -
Flags: review?(ted.mielczarek) → review+
Attachment #651228 -
Attachment is obsolete: true
Keywords: checkin-needed
Comment 8•13 years ago
|
||
Flags: in-testsuite-
Keywords: checkin-needed
Comment 9•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•