diff options
author | phk <phk@FreeBSD.org> | 1994-08-08 04:36:16 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-08-08 04:36:16 +0000 |
commit | 1c1ce074d822b9bf8f172a7ef77173812bb0f5fa (patch) | |
tree | 83f01c601938eddc5cc19b49bcc09c5954b3f317 | |
parent | d76e884d30bd6944b16d425372c9d21302898c85 (diff) | |
download | FreeBSD-src-1c1ce074d822b9bf8f172a7ef77173812bb0f5fa.zip FreeBSD-src-1c1ce074d822b9bf8f172a7ef77173812bb0f5fa.tar.gz |
Added -Dbsd4_4, this should close the problem with sys_errlist.
-rw-r--r-- | gnu/gnu2bmake/gcc-2.6.0.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/gnu2bmake/gcc-2.6.0.tcl b/gnu/gnu2bmake/gcc-2.6.0.tcl index 65c862b..ba378e0 100644 --- a/gnu/gnu2bmake/gcc-2.6.0.tcl +++ b/gnu/gnu2bmake/gcc-2.6.0.tcl @@ -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\\\"" |