1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-06 09:17:25 +00:00

Back out previous commit. Restore Binutils ar as default. Disconnect

'BSD' ar to the build.

Requested by: 	des
This commit is contained in:
Kai Wang 2008-02-21 16:12:46 +00:00
parent d0e2abaf12
commit 7a76718800
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176438
4 changed files with 1 additions and 15 deletions

View File

@ -4,12 +4,7 @@
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
.if defined(WITH_GNUAR)
PROG= ar
.else
PROG= gar
MAN= ar.1
.endif
SRCS= ar.c not-ranlib.c
CFLAGS+= -D_GNU_SOURCE
CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils

View File

@ -4,12 +4,7 @@
.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
.if defined(WITH_GNUAR)
PROG= ranlib
.else
PROG= granlib
MAN= ranlib.1
.endif
SRCS= ar.c is-ranlib.c
CFLAGS+= -D_GNU_SOURCE
CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils

View File

@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 800022 /* Master, propagated to newvers */
#define __FreeBSD_version 800021 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>

View File

@ -232,10 +232,6 @@ SUBDIR= alias \
${_ypmatch} \
${_ypwhich}
.if !defined(WITH_GNUAR)
SUBDIR+= ar
.endif
.if ${MACHINE_ARCH} != "arm"
_truss= truss
.endif