Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 22 years ago
parent
commit
a145dda4bd
2 changed files with 2 additions and 46 deletions
  1. +0
    -44
      package/base/binutils/all-host-first.patch
  2. +2
    -2
      package/base/binutils/binutils.desc

+ 0
- 44
package/base/binutils/all-host-first.patch

@ -1,44 +0,0 @@
# --- 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 \

+ 2
- 2
package/base/binutils/binutils.desc

@ -36,8 +36,8 @@
[L] GPL
[S] Stable
[V] 2.15.91.0.1
[V] 2.15.91.0.2
[P] X 012--5---9 102.100
[D] 3701230878 binutils-2.15.91.0.1.tar.bz2 ftp://ftp.kernel.org/pub/linux/devel/binutils/
[D] 1587117027 binutils-2.15.91.0.2.tar.bz2 ftp://ftp.kernel.org/pub/linux/devel/binutils/

Loading…
Cancel
Save