Use compiler flags for header dependency file generation when possible.
This commit is contained in:
@ -53,3 +53,5 @@ LOADABLE_SHRLIB_LDFLAGS = -shared -fPIC
|
||||
|
||||
GNU_LDLIBS_YES = -lgcc
|
||||
|
||||
# Use GNU compiler flags to generate header dependancies files
|
||||
HDEPENDS_METHOD = CFLAGS
|
||||
|
Reference in New Issue
Block a user