pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/simh



Module Name:    pkgsrc
Committed By:   marino
Date:           Wed Jul 18 23:46:02 UTC 2012

Modified Files:
        pkgsrc/emulators/simh: distinfo
        pkgsrc/emulators/simh/patches: patch-aa

Log Message:
emulators/simh: Prevent -lto switch on DragonFly

This package starting failing this week.  It was due to an change in the
system binutils which turned on link time optimization support.  This
was intended for external compilers.

The package picked up that the linker was capable of supporting -flto, but
then just assumed the compiler also was!  "4.4.7" was added to the list of
compilers to exclude.  Earlier versions are not necessary because the
-flto switch would be suppressed anyway due to binutils not supporting it.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/emulators/simh/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/emulators/simh/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index