mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
Style change to better match src/lib/'s Makefiles.
This commit is contained in:
parent
69d4b82b48
commit
01573adf71
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56513
@ -4,14 +4,14 @@
|
||||
|
||||
.PATH: ../cc_tools ${GCCDIR}
|
||||
|
||||
SRCS= multilib.h choose-temp.c obstack.c prefix.c pexecute.c version.c
|
||||
|
||||
CFLAGS+= -DIN_GCC
|
||||
|
||||
LIB= cc_drv
|
||||
NOPROFILE= YES
|
||||
NOPIC= YES
|
||||
|
||||
SRCS= multilib.h choose-temp.c obstack.c prefix.c pexecute.c version.c
|
||||
|
||||
CFLAGS+= -DIN_GCC
|
||||
|
||||
install:
|
||||
@true
|
||||
|
||||
|
@ -4,6 +4,10 @@
|
||||
|
||||
.PATH: ../cc_tools ${GCCDIR}/config/${GCC_ARCH} ${GCCDIR}
|
||||
|
||||
LIB= cc_int
|
||||
NOPROFILE= YES
|
||||
NOPIC= YES
|
||||
|
||||
SRCS= c-common.c c-pragma.c \
|
||||
caller-save.c calls.c combine.c convert.c cse.c \
|
||||
dbxout.c dwarfout.c emit-rtl.c explow.c expmed.c expr.c \
|
||||
@ -29,10 +33,6 @@ SRCS+= obstack.c splay-tree.c
|
||||
|
||||
CFLAGS+= -DTARGET_NAME=\"${target}\"
|
||||
|
||||
LIB= cc_int
|
||||
NOPROFILE= YES
|
||||
NOPIC= YES
|
||||
|
||||
install:
|
||||
@true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user