Subject: Re: GCC 3.3.1 now default on i386, sparc, sparc64 & alpha.
To: Matt Thomas <matt@3am-software.com>
From: George Michaelson <ggm@apnic.net>
List: current-users
Date: 09/22/2003 10:56:28
bug: somebody left off a shell continuation marker in the makefile changes
     for arm...

-George


# diff -c /usr/src/share/mk/bsd.own.{mk,mk.dist}
*** /usr/src/share/mk/bsd.own.mk        Mon Sep 22 10:55:34 2003
--- /usr/src/share/mk/bsd.own.mk.dist   Mon Sep 22 10:54:54 2003
***************
*** 44,50 ****
  #    ${MACHINE_ARCH} == "mipseb" ||
  #    ${MACHINE_ARCH} == "mipsel" ||
  .if ${MACHINE_ARCH} == "alpha" || \
!     ${MACHINE_ARCH} == "arm" || \
      ${MACHINE_ARCH} == "i386" || \
      ${MACHINE_ARCH} == "sparc" || \
      ${MACHINE_ARCH} == "sparc64"
--- 44,50 ----
  #    ${MACHINE_ARCH} == "mipseb" ||
  #    ${MACHINE_ARCH} == "mipsel" ||
  .if ${MACHINE_ARCH} == "alpha" || \
!     ${MACHINE_ARCH} == "arm" ||
      ${MACHINE_ARCH} == "i386" || \
      ${MACHINE_ARCH} == "sparc" || \
      ${MACHINE_ARCH} == "sparc64"
#