[Midnightbsd-cvs] src [10923] trunk/gnu/usr.bin/cc/cc_int/Makefile: add missing file

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jun 14 20:28:54 EDT 2018


Revision: 10923
          http://svnweb.midnightbsd.org/src/?rev=10923
Author:   laffer1
Date:     2018-06-14 20:28:54 -0400 (Thu, 14 Jun 2018)
Log Message:
-----------
add missing file

Modified Paths:
--------------
    trunk/gnu/usr.bin/cc/cc_int/Makefile

Modified: trunk/gnu/usr.bin/cc/cc_int/Makefile
===================================================================
--- trunk/gnu/usr.bin/cc/cc_int/Makefile	2018-06-15 00:28:28 UTC (rev 10922)
+++ trunk/gnu/usr.bin/cc/cc_int/Makefile	2018-06-15 00:28:54 UTC (rev 10923)
@@ -1,6 +1,8 @@
 # $MidnightBSD$
-# $FreeBSD: src/gnu/usr.bin/cc/cc_int/Makefile,v 1.52 2007/09/18 23:34:42 cognet Exp $
+# $FreeBSD: stable/10/gnu/usr.bin/cc/cc_int/Makefile 259405 2013-12-15 03:47:31Z pfg $
 
+.include <bsd.own.mk>
+
 .include "../Makefile.inc"
 .include "../Makefile.ver"
 
@@ -23,6 +25,7 @@
  tree-outof-ssa.o tree-ssa-ccp.o tree-vn.o tree-ssa-uncprop.o		   \
  tree-ssa-dce.o  tree-ssa-copy.o tree-nrv.o tree-ssa-copyrename.o	   \
  tree-ssa-pre.o tree-ssa-live.o tree-ssa-operands.o tree-ssa-alias.o       \
+ tree-ssa-alias-warnings.o						   \
  tree-ssa-phiopt.o tree-ssa-forwprop.o tree-nested.o tree-ssa-dse.o	   \
  tree-ssa-dom.o domwalk.o tree-tailcall.o gimple-low.o tree-iterator.o	   \
  omp-low.o tree-phinodes.o tree-ssanames.o tree-sra.o tree-complex.o	   \
@@ -76,10 +79,6 @@
 # Target specific, C specific object file
 C_TARGET_OBJS=
 
-.if ${TARGET_ARCH} == "arm" && defined(TARGET_BIG_ENDIAN)
-CFLAGS += -DTARGET_ENDIAN_DEFAULT=MASK_BIG_END
-.endif
-
 # Language-specific object files for C and Objective C.
 C_AND_OBJC_OBJS = attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o \
   c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o \



More information about the Midnightbsd-cvs mailing list