|
|
| version 1.2, 2003/06/17 04:23:59 | version 1.3, 2003/11/19 00:51:31 |
|---|---|
| Line 1 | Line 1 |
| #! /bin/sh | #! /bin/sh |
| # $FreeBSD: src/contrib/gcc/configure,v 1.8.2.1 2001/04/10 19:23:03 obrien Exp $ | # $FreeBSD: src/contrib/gcc/configure,v 1.8.2.1 2001/04/10 19:23:03 obrien Exp $ |
| # $DragonFly: src/contrib/gcc/configure,v 1.1 2003/06/16 00:28:33 dillon Exp $ | # $DragonFly$ |
| # Guess values for system-dependent variables and create Makefiles. | # Guess values for system-dependent variables and create Makefiles. |
| # Generated automatically using autoconf version 2.13 | # Generated automatically using autoconf version 2.13 |
| Line 3583 for machine in $build $host $target; do | Line 3583 for machine in $build $host $target; do |
| gas=yes | gas=yes |
| gnu_ld=yes | gnu_ld=yes |
| stabs=yes | stabs=yes |
| ;; | |
| *-dragonfly*) | |
| tm_file="i386/i386.h i386/att.h svr4.h i386/dragonfly.h i386/perform.h" | |
| # On FreeBSD, the headers are already ok, except for math.h. | |
| fixincludes=fixinc.wrap | |
| extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" | |
| tmake_file=t-dragonfly | |
| gas=yes | |
| gnu_ld=yes | |
| stabs=yes | |
| ;; | ;; |
| i[34567]86-*-netbsd*) | i[34567]86-*-netbsd*) |
| tm_file=i386/netbsd.h | tm_file=i386/netbsd.h |