Revert "Build with g++-4.4 on hppa."

This reverts commit c8c01e62b6.

Conflicts:

	debian/changelog
ci/unstable
Modestas Vainius 15 years ago
parent 35ca1848e4
commit ec4053983e

2
debian/changelog vendored

@ -2,6 +2,8 @@ cmake (2.8.0-4) UNRELEASED; urgency=low
* Update bootstraptest_increase_timeout.diff with upstream version. My previous
patch didn't work.
* Revert previous "Build with g++-4.4 on hppa" change. It was not needed, build
with default compiler on hppa.
-- Modestas Vainius <modestas@vainius.eu> Mon, 23 Nov 2009 19:44:53 +0200

2
debian/control vendored

@ -5,7 +5,7 @@ Maintainer: Modestas Vainius <modestas@vainius.eu>
Uploaders: A. Maitland Bottoms <bottoms@debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.3), libcurl4-gnutls-dev, libxmlrpc-c3-dev, libexpat1-dev, zlib1g-dev,
libncurses5-dev, libqt4-dev (>= 4.4.0), g++-4.4 [hppa]
libncurses5-dev, libqt4-dev (>= 4.4.0)
Standards-Version: 3.8.3
Vcs-Git: git://git.debian.org/git/collab-maint/cmake.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/cmake.git;a=summary

6
debian/rules vendored

@ -7,12 +7,6 @@ ifeq ($(shell arch),parisc64)
CFLAGS += -ffunction-sections
endif
# Build with gcc 4.4 on hppa
ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH),hppa)
export CC=gcc-4.4
export CXX=g++-4.4
endif
$(BUILD_FLAGS_FILE):
touch $@
echo 'set(CMAKE_SKIP_RPATH YES CACHE BOOL "Skip rpath" FORCE)' >> $@

Loading…
Cancel
Save