This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: change for configuring on FreeBSD


David O'Brien wrote:
> 
> On Thu, Apr 06, 2000 at 10:40:59AM +1000, Andrew Cagney wrote:
> > What patch?
> 
> Doh!
> 
> --- config.guess.orig   Wed Feb 23 21:38:51 2000
> +++ config.guess        Wed Apr  5 12:15:47 2000
> @@ -614,12 +614,6 @@
>         echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
>         exit 0 ;;
>      *:FreeBSD:*:*)
> -       if test -x /usr/bin/objformat; then
> -           if test "elf" = "`/usr/bin/objformat`"; then
> -               echo ${UNAME_MACHINE}-unknown-freebsdelf`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'`
> -               exit 0
> -           fi
> -       fi
>         echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
>         exit 0 ;;
>      *:OpenBSD:*:*)

FYI,

Per src/MAINTAINERS:

config.guess, config.sub
        config: http://gnu.org
        Changes need to be done in tandem with the official CONFIG
        sources or submitted to the master file maintainer and brought
        in via a merge.

config.guess was last imported 2000-02-24 so it is far more recent than
2.13.

With regard to the proposed change, are you (and FreeBSD) really sure
you want to do this?  I suspect that there are still a few files to
tweek before things are ready.

	enjoy,
		Andrew

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]