|
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
|
|
#
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
# Please add additional copyright information _after_ the line containing
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
|
|
#
|
|
# ROCK Linux: rock-src/package/base/binutils/all-host-first.patch
|
|
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version. A copy of the GNU General Public
|
|
# License can be found at Documentation/COPYING.
|
|
#
|
|
# Many people helped and are helping developing ROCK Linux. Please
|
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
|
|
# file for details.
|
|
#
|
|
# --- ROCK-COPYRIGHT-NOTE-END ---
|
|
|
|
When the old demangler is build, the new directory is entered and a
|
|
cd ../libiberty & make old_demagler (or so) should be build.
|
|
But libiberty is not build at this point. I first tried to just move
|
|
@all_build_modules@ at the end. But this does not work, because for
|
|
some strange reason the new demangler is build inside the $arch
|
|
directory (as in cross-builds) and the rest not ... So for now
|
|
disabled ... (this seems to be a stage-1 build only problem - only
|
|
at this stage binutils is build without the new demangler natively)
|
|
|
|
- Rene Rebe <rene@rocklinux.org>
|
|
|
|
--- binutils-2.14.90.0.7/Makefile.in~ 2003-10-29 18:38:23.000000000 +0100
|
|
+++ binutils-2.14.90.0.7/Makefile.in 2003-11-18 20:40:07.000000000 +0100
|
|
@@ -615,7 +615,7 @@
|
|
|
|
# The target built for a native build.
|
|
.PHONY: all.normal
|
|
-all.normal: @all_build_modules@ all-host all-target
|
|
+all.normal: all-host all-target
|
|
|
|
.PHONY: all-host
|
|
all-host: maybe-all-gcc \
|