summaryrefslogtreecommitdiffstats
path: root/make/include
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-07-11 15:36:16 +0000
committerjstebbins <[email protected]>2011-07-11 15:36:16 +0000
commit5cade70aad41cdf2a311a316dee1738c0dd6b0dc (patch)
tree4aa08429ba9b5a87002d5d495915abdeee862949 /make/include
parenta98fe961eaa65a0aeb9a8e358890d746c700b26a (diff)
build: fix configure to define GCC.O before including main.defs
This is needed so that contrib makefiles can see it's value. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4099 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make/include')
-rw-r--r--make/include/gcc.defs4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/include/gcc.defs b/make/include/gcc.defs
index c9b82e70a..c93d0babd 100644
--- a/make/include/gcc.defs
+++ b/make/include/gcc.defs
@@ -17,7 +17,9 @@ GCC.pic = 0
ifndef GCC.g
GCC.g = none
endif
-GCC.O = none
+ifndef GCC.O
+ GCC.O = none
+endif
GCC.D =
GCC.I =
GCC.muldefs = 0