1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

In the cross case we need to provide TARGET_MACHINE.

This commit is contained in:
David E. O'Brien 2002-04-10 02:20:48 +00:00
parent bce9779110
commit cb2a59bc57
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94331

View File

@ -10,6 +10,8 @@ BINDIR= /usr/libexec
NOMAN=
NOSHARED=yes
CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
DPADD+= ${LIBCC_INT}
LDADD+= ${LIBCC_INT}
@ -23,7 +25,8 @@ underscore.c: Makefile
else \
echo "int prepends_underscore = 0;" >>underscore.c; \
fi
# wrong to do this here, but easiest way out to duplicate gcc.c.
@# wrong to do this here, but easiest way out to duplicate gcc.c.
echo "#include <stdio.h>" >>underscore.c
echo "char *xstrerror(int e) { return strerror(e); }" >>underscore.c
rm -f tmp-dum.c tmp-dum.s