Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 20:46:49 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r313658 - stable/10/lib/csu/i386-elf
Message-ID:  <201702112046.v1BKkntC062704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sat Feb 11 20:46:49 2017
New Revision: 313658
URL: https://svnweb.freebsd.org/changeset/base/313658

Log:
  Unbreak lib/csu for i386 and amd64 (MK_LIB32 == yes) after r313582
  
  I accidentally goofed up the directory for lib/libc in the CFLAGS
  
  This is a direct commit to this branch
  
  Pointyhat to:	ngie

Modified:
  stable/10/lib/csu/i386-elf/Makefile

Modified: stable/10/lib/csu/i386-elf/Makefile
==============================================================================
--- stable/10/lib/csu/i386-elf/Makefile	Sat Feb 11 20:31:57 2017	(r313657)
+++ stable/10/lib/csu/i386-elf/Makefile	Sat Feb 11 20:46:49 2017	(r313658)
@@ -9,7 +9,7 @@ FILESGRP=	${LIBGRP}
 FILESMODE=	${LIBMODE}
 FILESDIR=	${LIBDIR}
 CFLAGS+=	-I${.CURDIR:H}/common \
-		-I${SRCTOP}/libc/include
+		-I${SRCTOP}/lib/libc/include
 CLEANFILES=	${FILES} crt1_c.o crt1_s.o gcrt1_c.o Scrt1_c.o
 CLEANFILES+=	crt1_c.s gcrt1_c.s Scrt1_c.s
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702112046.v1BKkntC062704>