mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
linking performance. This will be used by the upcoming KDE 2.2.2 ports upgrade. The patch fixes a libbfd compile problem from binutils 2.11.2. Obtained from: sources.redhat.com CVS; patch-configure based on obrien's commit to branch binutils-2_11-branch on Feb 19, 2001, which fixes trad-core compile problems. Submitted by: Dominic Marks <dominic_marks@btinternet.com> (I rewrote most of it, but he kicked off the idea.)
11 lines
383 B
Text
11 lines
383 B
Text
--- binutils/bfd/configure Tue Jun 19 14:58:08 2001
|
|
+++ binutils/bfd/configure.new Wed Nov 28 16:29:21 2001
|
|
@@ -5016,7 +5016,7 @@
|
|
TRAD_HEADER='"hosts/symmetry.h"'
|
|
;;
|
|
i[3456]86-*-bsd* | i[34567]86-*-freebsd[1234] | i[34567]86-*-freebsd[1234]\.* | i[34567]86-*-freebsd*aout*)
|
|
- COREFILE=trad-core.lo
|
|
+ COREFILE=''
|
|
TRAD_HEADER='"hosts/i386bsd.h"'
|
|
;;
|
|
i[3456]86-*-freebsd*)
|