pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/bootstrap-mk-files/files/mods All Minix suppo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eadbcc81795d
branches: trunk
changeset: 325334:eadbcc81795d
user: sevan <sevan%pkgsrc.org@localhost>
date: Thu Nov 15 00:50:44 2018 +0000
description:
All Minix supported platforms are ELF.
Confirmed with bsd.own.mk in Minix 3.4RC6 base.
diffstat:
pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 44b6f325a8f4 -r eadbcc81795d pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in
--- a/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in Thu Nov 15 00:40:57 2018 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/Minix.bsd.own.mk.in Thu Nov 15 00:50:44 2018 +0000
@@ -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 @@
# 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