Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103018141
D26042.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D26042.diff
View Options
Index: head/lib/libcompiler_rt/Makefile.inc
===================================================================
--- head/lib/libcompiler_rt/Makefile.inc
+++ head/lib/libcompiler_rt/Makefile.inc
@@ -67,7 +67,6 @@
SRCF+= floatuntidf
SRCF+= floatuntisf
SRCF+= floatuntixf
-SRCF+= gcc_personality_v0 # not in upstream
SRCF+= int_util
SRCF+= lshrdi3
SRCF+= lshrti3
Index: head/lib/libgcc_eh/Makefile
===================================================================
--- head/lib/libgcc_eh/Makefile
+++ head/lib/libgcc_eh/Makefile
@@ -8,6 +8,7 @@
MK_SSP= no
WARNS?= 2
+SRCS_EXC+= int_util.c
.include "Makefile.inc"
.if ${.MAKE.LEVEL} > 0
Index: head/lib/libgcc_eh/Makefile.inc
===================================================================
--- head/lib/libgcc_eh/Makefile.inc
+++ head/lib/libgcc_eh/Makefile.inc
@@ -9,7 +9,6 @@
.PATH: ${COMPILERRTDIR}/lib/builtins
.PATH: ${UNWINDSRCDIR}
SRCS_EXC+= gcc_personality_v0.c
-SRCS_EXC+= int_util.c
SRCS_EXC+= Unwind-EHABI.cpp
SRCS_EXC+= Unwind-sjlj.c
SRCS_EXC+= UnwindLevel1-gcc-ext.c
Index: head/lib/libprocstat/Makefile
===================================================================
--- head/lib/libprocstat/Makefile
+++ head/lib/libprocstat/Makefile
@@ -59,8 +59,6 @@
CFLAGS+= -DLIBPROCSTAT_ZFS
SRCS+= zfs.c
OBJS+= zfs/zfs_defs.o
-SOBJS+= zfs/zfs_defs.pico
-POBJS+= zfs/zfs_defs.po
SUBDIR= zfs
zfs/zfs_defs.o: .PHONY
@cd ${.CURDIR}/zfs && ${MAKE} zfs_defs.o
Index: head/stand/userboot/userboot/Makefile
===================================================================
--- head/stand/userboot/userboot/Makefile
+++ head/stand/userboot/userboot/Makefile
@@ -20,7 +20,6 @@
SRCS+= bootinfo32.c
SRCS+= bootinfo64.c
SRCS+= conf.c
-SRCS+= console.c
SRCS+= copy.c
SRCS+= devicename.c
SRCS+= elf32_freebsd.c
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 20, 9:30 PM (21 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14747717
Default Alt Text
D26042.diff (1 KB)
Attached To
Mode
D26042: Avoid adding duplicates to SRCS/OBJS/SOBJS/POBJS
Attached
Detach File
Event Timeline
Log In to Comment