cvs commit: src/gnu/usr.bin/binutils/ld Makefile

Marcel Moolenaar marcel at FreeBSD.org
Tue Sep 25 18:31:29 PDT 2007


marcel      2007-09-26 01:31:28 UTC

  FreeBSD src repository

  Modified files:
    gnu/usr.bin/binutils/ld Makefile 
  Log:
  Force -O1 compilation when targeted for ia64. GCC 4 generates
  bad code at -O2. Since this is likely caused by the low-level
  optimizer, testing TARGET_ARCH rather than MACHINE_ARCH should
  handle ia64 cross-compilation as well. With this work-around
  in place, we can release using the current GCC and Binutils
  code at the default optimization level on ia64.
  
  Approved by: re (kensmith)
  
  Revision  Changes    Path
  1.32      +4 -0      src/gnu/usr.bin/binutils/ld/Makefile


More information about the cvs-src mailing list