[Pkg-corba-commits] r189 - /trunk/omniorb/debian/rules
tgg at users.alioth.debian.org
tgg at users.alioth.debian.org
Sun Apr 5 14:07:43 UTC 2009
Author: tgg
Date: Sun Apr 5 14:07:42 2009
New Revision: 189
URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=189
Log:
remove test for arm
Modified:
trunk/omniorb/debian/rules
Modified: trunk/omniorb/debian/rules
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/rules?rev=189&op=diff
==============================================================================
--- trunk/omniorb/debian/rules (original)
+++ trunk/omniorb/debian/rules Sun Apr 5 14:07:42 2009
@@ -10,12 +10,6 @@
confflags += --build $(DEB_HOST_GNU_TYPE)
else
confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
-endif
-
-# Use g++-4.1 on arm (see #460419), but not on armel (see #469281)
-ifeq ($(DEB_BUILD_GNU_TYPE),arm-linux-gnu)
- CC = gcc-4.1
- CXX = g++-4.1
endif
# CFLAGS is not honoured by the omniORB build system.
More information about the Pkg-corba-commits
mailing list