diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-08-08 04:36:16 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-08-08 04:36:16 +0000 |
| commit | 1490bf40545c8dc3e32f8e9f4b2164801ae06005 (patch) | |
| tree | 83f01c601938eddc5cc19b49bcc09c5954b3f317 /gnu/gnu2bmake | |
| parent | e2775317717b865065b057734d90921d94f7d8bf (diff) | |
Notes
Diffstat (limited to 'gnu/gnu2bmake')
| -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 65c862b8ff456..ba378e04b8f04 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\\\"" |
