Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jun 2010 21:15:00 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/gnu/usr.bin/cc Makefile.inc
Message-ID:  <201006022115.o52LFKLQ049829@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2010-06-02 21:15:00 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/cc       Makefile.inc 
  Log:
  SVN rev 208758 on 2010-06-02 21:15:00Z by jmallett
  
  Fix build for O32 systems without a TARGET_CPUTYPE defined.  We must default to
  MIPS-III because FreeBSD relies on a number of MIPS-III features; the ABI
  default would be MIPS-I which we don't intend to support.  Our old default
  before I switched to using the ABI default was MIPS32.
  
  Revision  Changes    Path
  1.71      +8 -0      src/gnu/usr.bin/cc/Makefile.inc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006022115.o52LFKLQ049829>