mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
Make the SUBDIR list more granular to assist in my GCC hacking.
This commit is contained in:
parent
d06b2e8f8f
commit
7dfa5832e9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58318
@ -3,7 +3,15 @@
|
||||
# The order of some of these are rather important. Some depend on previous
|
||||
# subdirs.
|
||||
|
||||
SUBDIR= cc_fbsd cc_tools cc_int cccp cpp cc1 cc cc1plus c++ c++filt doc
|
||||
SUBDIR= cc_fbsd cc_tools cc_int cccp cc1 cc
|
||||
|
||||
.if !defined(NO_CPP)
|
||||
SUBDIR+= cpp
|
||||
.endif
|
||||
|
||||
.if !defined(NO_CXX)
|
||||
SUBDIR+= cc1plus c++ c++filt doc
|
||||
.endif
|
||||
|
||||
.if !defined(NO_OBJC)
|
||||
SUBDIR+= cc1obj
|
||||
|
Loading…
Reference in New Issue
Block a user