12 lines
299 B
Plaintext
12 lines
299 B
Plaintext
#
|
|
# Global library definitions
|
|
#
|
|
# library (all versions) commondefs for leaf makefiles
|
|
# This file included by libleafcommondefs
|
|
# -xgot since we don't ship a .so for this one and it can't
|
|
# possible affect performance
|
|
#
|
|
LIBRARY_CDEFS=-DLIBBSD
|
|
LIBRARY_COPTS=-signed -xgot
|
|
LIBRARY_CINCS=-I$(TOP)inc
|