summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/libiberty
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-11-13 13:49:29 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-11-13 13:49:29 +0000
commit40c6b893d8592bcb26e09c972be2891c2b79ff1f (patch)
treed4d4eae9350b90f65572d961ca980edfb1f019f1 /gnu/usr.bin/binutils/libiberty
parentb448dd2f9ebb1f5ccf7ab98c6dbbbdc3aa7ceb48 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libiberty')
-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 f34be9e2f2ca..c002f6243106 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