[Midnightbsd-cvs] src [10424] trunk/lib/csu: add makefiles

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jun 5 18:44:09 EDT 2018


Revision: 10424
          http://svnweb.midnightbsd.org/src/?rev=10424
Author:   laffer1
Date:     2018-06-05 18:44:08 -0400 (Tue, 05 Jun 2018)
Log Message:
-----------
add makefiles

Added Paths:
-----------
    trunk/lib/csu/Makefile
    trunk/lib/csu/Makefile.inc

Added: trunk/lib/csu/Makefile
===================================================================
--- trunk/lib/csu/Makefile	                        (rev 0)
+++ trunk/lib/csu/Makefile	2018-06-05 22:44:08 UTC (rev 10424)
@@ -0,0 +1,11 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/lib/csu/Makefile 250863 2013-05-21 17:47:53Z marcel $
+
+ARCH= ${MACHINE_ARCH:S/i386/i386-elf/}
+.if exists(${.CURDIR}/${ARCH})
+SUBDIR+= ${ARCH}
+.else
+SUBDIR+= ${MACHINE_CPUARCH}
+.endif
+
+.include <bsd.subdir.mk>


Property changes on: trunk/lib/csu/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/lib/csu/Makefile.inc
===================================================================
--- trunk/lib/csu/Makefile.inc	                        (rev 0)
+++ trunk/lib/csu/Makefile.inc	2018-06-05 22:44:08 UTC (rev 10424)
@@ -0,0 +1,10 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/lib/csu/Makefile.inc 249657 2013-04-19 19:45:00Z ed $
+
+SSP_CFLAGS=
+
+SED_FIX_NOTE = -i "" -e '/\.note\.tag/s/progbits/note/'
+
+NO_WMISSING_VARIABLE_DECLARATIONS=
+
+.include "../Makefile.inc"


Property changes on: trunk/lib/csu/Makefile.inc
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list