Add a hook to pass debug flags to the build of rtld when doing make in
the rtld directory. Reviewed by: kan
This commit is contained in:
@@ -34,7 +34,7 @@ CFLAGS+= -fPIC
|
||||
.else
|
||||
CFLAGS+= -fpic
|
||||
.endif
|
||||
CFLAGS+= -DPIC
|
||||
CFLAGS+= -DPIC $(DEBUG)
|
||||
LDFLAGS+= -shared -Wl,-Bsymbolic
|
||||
DPADD= ${LIBC_PIC}
|
||||
LDADD= -lc_pic -lssp_nonshared
|
||||
|
||||
Reference in New Issue
Block a user