pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/bootstrap-mk-files/files/mods



Module Name:    pkgsrc
Committed By:   sevan
Date:           Mon Sep  7 15:07:54 UTC 2015

Modified Files:
        pkgsrc/pkgtools/bootstrap-mk-files/files/mods: Bitrig.bsd.own.mk.in

Log Message:
We currently detect $MACHINE_ARCH on OpenBSD/amd64 & Bitrig/amd64 as amd64.
Bitrig uses ELF on amd64 & arm and does not have any legacy dependency on a.out.
Remove if statement to check $MACHINE_ARCH is x86_64 in-order to set $OBJECT_FMT
to ELF, preventing $OBJECT_FMT being set to a.out by mistake.

Reviewed by joerg@


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Bitrig.bsd.own.mk.in

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