diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2018-06-08 10:20:30 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2018-06-08 10:20:30 +0000 |
commit | 1be59e505d852241323170d74d04cb953e82ed19 (patch) | |
tree | 89c2943f0d81e0d36ff039c20b536d66bfc1b425 /etc | |
parent | 9f1775ed5967ffb74b8f2de65573506e228f41ae (diff) | |
download | midipix_build-1be59e505d852241323170d74d04cb953e82ed19.tar.bz2 midipix_build-1be59e505d852241323170d74d04cb953e82ed19.tar.xz |
vars/build.vars:psxscl_strace:${PKG_CFLAGS_CONFIGURE_EXTRA}: replace -DPSX_INTERNAL_STRACE w/ -DPSX_EXTENDED_STRACE (via midipix.)
etc/build.usage: replace -DPSX_INTERNAL_STRACE w/ -DPSX_EXTENDED_STRACE (via midipix.)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/build.usage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/build.usage b/etc/build.usage index 71ba6833..4d1ba998 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -55,7 +55,7 @@ usage: ./build.sh [-4|6] [-a nt32|nt64] [-b debug|release] ./build.sh -r coreutils:configure,build,install Restart the configure, build, and install steps of the coreutils build. - ./build.sh -r psxscl DEFAULT_GITROOT_HEAD=... PKG_PSXSCL_CFLAGS_CONFIGURE_EXTRA=-DPSX_INTERNAL_STRACE + ./build.sh -r psxscl DEFAULT_GITROOT_HEAD=... PKG_PSXSCL_CFLAGS_CONFIGURE_EXTRA=-DPSX_EXTENDED_STRACE Build psxscl from the internal repository with strace enabled. ./build.sh -c -r ALL DEFAULT_GITROOT_HEAD=... |