summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/Makefile.inc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-20 00:28:03 +0000
committerobrien <obrien@FreeBSD.org>1999-11-20 00:28:03 +0000
commita0fd1a8f5cbe8a1b81fd2faf7aec4ba59015cbc2 (patch)
tree6715549df3ec3584b8513642d521d973e96b5494 /gnu/usr.bin/cc/Makefile.inc
parent1101d9eaaba00b11f00fa17931f6800e9e5b0c30 (diff)
downloadFreeBSD-src-a0fd1a8f5cbe8a1b81fd2faf7aec4ba59015cbc2.zip
FreeBSD-src-a0fd1a8f5cbe8a1b81fd2faf7aec4ba59015cbc2.tar.gz
Remove the `sysctl' get osversion hack. There are issues with cross-hosting
builds, Also, `sysctl' is not a build-tool and I'd rather not make it one. 3-STABLE has been updated to deal with the main reason this came in.
Diffstat (limited to 'gnu/usr.bin/cc/Makefile.inc')
-rw-r--r--gnu/usr.bin/cc/Makefile.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index 153872f..093b8ff 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -58,8 +58,4 @@ LIBCC_DRV= ${.CURDIR}/../cc_drv/libcc_drv.a
LIBCC_INT= ${LIBDESTDIR}/libcc_int.a
-.if !defined(OSVERSION)
-OSVERSION!= sysctl -n kern.osreldate
-.endif
-
.endif # !GCCDIR
OpenPOWER on IntegriCloud