From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8695 invoked by alias); 3 Apr 2013 16:50:16 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 8568 invoked by uid 48); 3 Apr 2013 16:50:11 -0000 From: "stachenov at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/55274] gcc build hangs on HP-UX 11.11 Date: Wed, 03 Apr 2013 16:50:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: stachenov at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-04/txt/msg00321.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55274 Sergey Tachenov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stachenov at gmail dot com --- Comment #2 from Sergey Tachenov 2013-04-03 16:50:11 UTC --- I have just encountered it with 4.8.0. Instead of adding /dev/null, I have changed ifneq ($(SHLIB_MKMAP),) to ifneq ($(SHLIB_MAPFILES),) I'm not sure if it doesn't break anything, though, as in my case the resulting libgcc.map isn't created at all. The build completed anyway, and the resulting GCC seems to be working fine, though.