summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-11-13 13:49:29 +0000
committerru <ru@FreeBSD.org>2002-11-13 13:49:29 +0000
commit7920e22cea169d5aaff2a66cc1383ec4f6e63e12 (patch)
treed4d4eae9350b90f65572d961ca980edfb1f019f1 /gnu
parent79449bdb2e785854f38c01098931c80cd996ee65 (diff)
downloadFreeBSD-src-7920e22cea169d5aaff2a66cc1383ec4f6e63e12.zip
FreeBSD-src-7920e22cea169d5aaff2a66cc1383ec4f6e63e12.tar.gz
Take __FreeBSD_version into account when BOOTSTRAPPING.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/libiberty/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/libiberty/Makefile b/gnu/usr.bin/binutils/libiberty/Makefile
index f34be9e..c002f62 100644
--- a/gnu/usr.bin/binutils/libiberty/Makefile
+++ b/gnu/usr.bin/binutils/libiberty/Makefile
@@ -10,7 +10,9 @@ SRCS= argv.c choose-temp.c concat.c cp-demangle.c cplus-dem.c \
hex.c floatformat.c hashtab.c lbasename.c make-temp-file.c \
objalloc.c obstack.c safe-ctype.c xatexit.c xexit.c xmalloc.c \
xstrdup.c xstrerror.c
-.if defined(BOOTSTRAPPING)
+.if defined(BOOTSTRAPPING) && \
+ ( ${BOOTSTRAPPING} < 440000 || \
+ ( ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500022 ))
SRCS+= basename.c
.endif
WARNS= 1
OpenPOWER on IntegriCloud