Lines 29-35
Link Here
|
29 |
CFLAGS="${CFLAGS:C/(^|[[:space:]])-march=[^[:space:]]*//g} -g" |
29 |
CFLAGS="${CFLAGS:C/(^|[[:space:]])-march=[^[:space:]]*//g} -g" |
30 |
MAKE_ENV= PATH=${LOCALBASE}/${PSP_GCC_STAGE_PREFIX}/bin:${PATH} |
30 |
MAKE_ENV= PATH=${LOCALBASE}/${PSP_GCC_STAGE_PREFIX}/bin:${PATH} |
31 |
CONFIGURE_ARGS= --prefix=${PREFIX} --target="psp" |
31 |
CONFIGURE_ARGS= --prefix=${PREFIX} --target="psp" |
32 |
SSP_CFLAGS?= -fstack-protector # XXX -strong isn't supported by GCC < 4.9 |
32 |
SSP_CFLAGS?= -fno-stack-protector # there is no libssp w/ PSP SDK, disable stack guards as they would be unresolved symbols |
33 |
|
33 |
|
34 |
# Disable installation of .info files and fix includedir reference. |
34 |
# Disable installation of .info files and fix includedir reference. |
35 |
post-patch: |
35 |
post-patch: |