Home
last modified time | relevance | path

Searched hist:dfaedbb2c93c7f4c9f9b968918956111e2bd821c (Results 1 – 1 of 1) sorted by relevance

/freebsd/
H A DMakefile.libcompatdiff dfaedbb2c93c7f4c9f9b968918956111e2bd821c Thu Jun 09 19:03:03 CEST 2016 Ed Maste <emaste@FreeBSD.org> Use -L to specify compat32 library paths instead of -Y

-Y is an uncommon linker option that is rather similar to -L. In
discussion with Peter it seems early amd64 development might have
required the -Y-specific behaviour, but it is no longer necessary.

Switch to -L which is more widely supported and much more commonly
used, to make it easier to link the FreeBSD base system with linkers
other than ld.bfd.

Submitted by: Rafael Ávila de Espíndola
Differential Revision: https://reviews.freebsd.org/D6681