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: Thu Nov 15 00:50:44 UTC 2018
Modified Files:
pkgsrc/pkgtools/bootstrap-mk-files/files/mods: Minix.bsd.own.mk.in
Log Message:
All Minix supported platforms are ELF.
Confirmed with bsd.own.mk in Minix 3.4RC6 base.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in
diff -u pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in:1.2 pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in:1.3
--- pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in:1.2 Sat Sep 1 21:56:04 2018
+++ pkgsrc/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in Thu Nov 15 00:50:44 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Minix.bsd.own.mk.in,v 1.2 2018/09/01 21:56:04 tnn Exp $
+# $NetBSD: Minix.bsd.own.mk.in,v 1.3 2018/11/15 00:50:44 sevan Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -109,7 +109,7 @@ NOPIC?=1
# OBJECT_FMT: currently either "ELF" or "a.out".
# SHLIB_TYPE: "ELF" or "a.out" or "" to force static libraries.
#
-OBJECT_FMT?=a.out
+OBJECT_FMT?=ELF
.if ${CC:M*gcc*} != ""
.if ${MACHINE_ARCH} == "x86_64"
Home |
Main Index |
Thread Index |
Old Index