./packages/libreoffice/3.3.0/experimental r2282: - Don't special case CC_PREFIX on sparc, not needed.
------------------------------------------------------------
revno: 2282
committer: Matthias Klose <doko@canonical.com>
branch nick: 3.3
timestamp: Thu 2010-12-30 21:40:47 +0100
message:
- Don't special case CC_PREFIX on sparc, not needed.
modified:
changelog
rules
=== modified file 'changelog'
--- a/changelog 2010-12-30 20:25:41 +0000
+++ b/changelog 2010-12-30 20:40:47 +0000
@@ -20,6 +20,7 @@
- Add a helper macro gen_no_archs to generate macros OOO_NO_<foo>_ARCHS
from OOO_<foo>_ARCHS. Use these macros in build dependencies.
- Factor out SYSTEM_GCC_VERSION macro.
+ - Don't special case CC_PREFIX on sparc, not needed.
* debian/control.in:
- Remove packages and versions in build dependencies,
which are present in the last old stable release.
=== modified file 'rules'
--- a/rules 2010-12-30 20:25:41 +0000
+++ b/rules 2010-12-30 20:40:47 +0000
@@ -501,12 +501,7 @@
endif
-ifeq "$(ARCH)-linux-gnu" "sparc-linux-gnu"
- # use 32-bit compiler
- CC_PREFIX=sparc-linux-gnu-
-else
- CC_PREFIX=$(shell gcc -dumpmachine)-
-endif
+CC_PREFIX:=$(shell gcc -dumpmachine)-
ifeq (s390,$(findstring s390,$(OOO_ARCHS)))
BUILD_DEPS += , g++ (>> 4.3.0) [s390], gcc (>> 4.3.0) [s390]
Reply to: