svn commit: r313658 - stable/10/lib/csu/i386-elf

Ngie Cooper ngie at FreeBSD.org
Sat Feb 11 20:46:51 UTC 2017


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
 


More information about the svn-src-stable-10 mailing list