Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Apr 2004 17:18:12 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 50893 for review
Message-ID:  <200404120018.i3C0ICNq041402@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=50893

Change 50893 by marcel@marcel_nfs on 2004/04/11 17:17:33

	o  Build bits of libiberty.

Affected files ...

.. //depot/projects/gdb/gnu/usr.bin/gdb/Makefile#2 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/bfd/Makefile#2 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/gdb/Makefile#6 edit
.. //depot/projects/gdb/gnu/usr.bin/gdb/libiberty/Makefile#1 add
.. //depot/projects/gdb/gnu/usr.bin/gdb/libiberty/i386/config.h#1 add

Differences ...

==== //depot/projects/gdb/gnu/usr.bin/gdb/Makefile#2 (text+ko) ====

@@ -1,5 +1,5 @@
 # $FreeBSD$
 
-SUBDIR=	gdb
+SUBDIR=	bfd libiberty gdb
 
 .include <bsd.subdir.mk>

==== //depot/projects/gdb/gnu/usr.bin/gdb/bfd/Makefile#2 (text+ko) ====

@@ -2,8 +2,8 @@
 
 .include "../Makefile.inc0"
 
-.PATH:  ${CNTRB_GDB}/bfd ${TARGET_ARCH}
- 
+.PATH:  ${CNTRB_GDB}/bfd
+
 LIB=	bfd
 NOSHARED=yes
 NOPROFILE=yes

==== //depot/projects/gdb/gnu/usr.bin/gdb/gdb/Makefile#6 (text+ko) ====

@@ -58,7 +58,7 @@
 CFLAGS+= -I${CNTRB_GDB}/bfd
 CFLAGS+= -I${.CURDIR}/../bfd/${TARGET_ARCH}
 
-GDB_LIBS= ../bfd/libbfd.a
+GDB_LIBS= ../bfd/libbfd.a ../libiberty/libiberty.a
 
 DPADD=	${GDB_LIBS} ${LIBREADLINE}
 LDADD=	${GDB_LIBS} -lreadline



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404120018.i3C0ICNq041402>