1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

Added -Dbsd4_4, this should close the problem with sys_errlist.

This commit is contained in:
Poul-Henning Kamp 1994-08-08 04:36:16 +00:00
parent e277531771
commit 1490bf4054
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1932

View File

@ -96,6 +96,7 @@ sh "mkdir $ddir"
set f [open $ddir/Makefile.inc w]
puts $f "#\n# \$FreeBSD\$\n#\n"
puts $f "CFLAGS+=\t-I\${.CURDIR} -I\${.CURDIR}/../include"
puts $f "CFLAGS+=\t-Dbsd4_4"
puts $f "CFLAGS+=\t-DGCC_INCLUDE_DIR=\\\"FOO\\\""
puts $f "CFLAGS+=\t-DDEFAULT_TARGET_VERSION=\\\"$version\\\""
puts $f "CFLAGS+=\t-DDEFAULT_TARGET_MACHINE=\\\"$target\\\""