Lines 53-58
Link Here
|
53 |
--with-as=${LOCALBASE}/bin/psp-as \ |
53 |
--with-as=${LOCALBASE}/bin/psp-as \ |
54 |
--mandir=${PREFIX}/man |
54 |
--mandir=${PREFIX}/man |
55 |
|
55 |
|
|
|
56 |
# make sure xgcc doesn't get any -march=... from env C(XX)?FLAGS (e.g. set by CPUTYPE in make.conf); also "disable" info file gen |
57 |
CONFIGURE_ENV+= CFLAGS_FOR_TARGET="${CFLAGS:C/(^|[[:space:]])-march=[^[:space:]]*//g}" \ |
58 |
CXXFLAGS_FOR_TARGET="${CXXFLAGS:C/(^|[[:space:]])-march=[^[:space:]]*//g}" \ |
59 |
MAKEINFO=true |
60 |
|
56 |
# Don't install any documentation for psptoolchain's gcc stage 1 - makes no sense. |
61 |
# Don't install any documentation for psptoolchain's gcc stage 1 - makes no sense. |
57 |
# Disable installation of .info files and libiberty for both stages. |
62 |
# Disable installation of .info files and libiberty for both stages. |
58 |
post-patch: |
63 |
post-patch: |