mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 05:49:27 +00:00
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.
This commit is contained in:
parent
4f095fcfa7
commit
f2b766ceb4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53443
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user