mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
Backed out rev.1.48. -Winline now works better so there should be no
need for a hack to prevent bogus warnings about unused inlines.
This commit is contained in:
parent
42033f49c1
commit
77c854b056
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123985
@ -113,7 +113,7 @@ assym.s: $S/kern/genassym.sh genassym.o
|
||||
NM=${NM} sh $S/kern/genassym.sh genassym.o > ${.TARGET}
|
||||
|
||||
genassym.o: $S/$M/$M/genassym.c
|
||||
${CC} -c ${CFLAGS:N-fno-common} -Wno-inline $S/$M/$M/genassym.c
|
||||
${CC} -c ${CFLAGS:N-fno-common} $S/$M/$M/genassym.c
|
||||
|
||||
${SYSTEM_OBJS} genassym.o vers.o: opt_global.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user