|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.237, 2008/10/15 17:31:50 | version 1.238, 2008/10/16 14:36:42 | ||
|---|---|---|---|
|
|
||
| .endif | .endif | ||
| .if defined(MKPIE) && (${MKPIE} != "no") | .if defined(MKPIE) && (${MKPIE} != "no") | ||
| CFLAGS+= -fPIC | CFLAGS+= ${PIE_CFLAGS} | ||
| LDFLAGS+= -Wl,-pie -shared-libgcc | LDFLAGS+= ${PIE_LDFLAGS} | ||
| .endif | .endif | ||
| ##### Default values | ##### Default values |