diff options
author | obrien <obrien@FreeBSD.org> | 1999-11-20 00:32:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-11-20 00:32:05 +0000 |
commit | ff47533fdbc0032031577cd4c880e280c59cb592 (patch) | |
tree | 8048db2a1622a60c3f0f6d3cdd356fa8f3cf9fab /gnu/usr.bin/cc/cc_drv | |
parent | a0fd1a8f5cbe8a1b81fd2faf7aec4ba59015cbc2 (diff) | |
download | FreeBSD-src-ff47533fdbc0032031577cd4c880e280c59cb592.zip FreeBSD-src-ff47533fdbc0032031577cd4c880e280c59cb592.tar.gz |
mkstemps() has been brought into 3-STABLE, so this isn't needed here
anymore as building -CURRENT sources on 3-STABLE was the reason for the
previous revision adding this.
Note that since the GCC Project moved mkstemp.c from GCC's world to
libiberty, we no longer support building -CURRENT sources on non-FreeBSD
boxes unless that box has a very simular libc mix as FreeBSD.
Diffstat (limited to 'gnu/usr.bin/cc/cc_drv')
-rw-r--r-- | gnu/usr.bin/cc/cc_drv/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cc_drv/Makefile b/gnu/usr.bin/cc/cc_drv/Makefile index 328944b..c486443 100644 --- a/gnu/usr.bin/cc/cc_drv/Makefile +++ b/gnu/usr.bin/cc/cc_drv/Makefile @@ -5,9 +5,6 @@ .PATH: ../cc_tools ${GCCDIR} SRCS= multilib.h choose-temp.c obstack.c prefix.c pexecute.c version.c -.if ${OSVERSION} < 400004 -SRCS+= mkstemp.c -.endif CFLAGS+= -DPREFIX=\"/usr\" CFLAGS+= -DIN_GCC |