Bug 1419474: Remove some left-over code from OSX universal builds. draft
authorTom Prince <mozilla@hocat.ca>
Sun, 19 Nov 2017 10:32:25 -0700
changeset 23180 b1e31a4649f769b71c2ca25bccd8c998a4d3a044
parent 23179 cc3998b70032e8f6740c2d554259ded668d1abb5
child 23181 615c20d40aae2b32989f0be6e4bc2fa6ad592208
push id156
push userbmo:mozilla@hocat.ca
push dateTue, 21 Nov 2017 22:05:44 +0000
bugs1419474
Bug 1419474: Remove some left-over code from OSX universal builds. MozReview-Commit-ID: 6a5NhdS8d54
mail/config/mozconfigs/macosx64/nightly
mail/config/mozconfigs/macosx64/release
--- a/mail/config/mozconfigs/macosx64/nightly
+++ b/mail/config/mozconfigs/macosx64/nightly
@@ -1,17 +1,8 @@
-# Big Hack that unsets CC / CXX so that mozconfig.common doesn't get
-# mixed up with host/target CPUs when trying to work out how to do the
-# universal build. When we redo the build system (bug 648979) this will
-# go away.
-if test -e "$topsrcdir/mail/config/version.txt"; then
-  unset CC
-  unset CXX
-fi
-
 . $topsrcdir/build/macosx/mozconfig.common
 
 ac_add_options --enable-application=mail
 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
 ac_add_options --disable-install-strip
 ac_add_options --enable-profiling
 ac_add_options --enable-calendar
 
--- a/mail/config/mozconfigs/macosx64/release
+++ b/mail/config/mozconfigs/macosx64/release
@@ -1,17 +1,8 @@
-# Big Hack that unsets CC / CXX so that mozconfig.common doesn't get
-# mixed up with host/target CPUs when trying to work out how to do the
-# universal build. When we redo the build system (bug 648979) this will
-# go away.
-if test -e "$topsrcdir/mail/config/version.txt"; then
-  unset CC
-  unset CXX
-fi
-
 . $topsrcdir/build/macosx/mozconfig.common
 
 ac_add_options --enable-application=mail
 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
 ac_add_options --enable-official-branding
 ac_add_options --enable-calendar
 
 # For NSS symbols