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 | |
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.)
-rw-r--r-- | etc/build.usage | 2 | ||||
-rw-r--r-- | vars/build.vars | 2 |
2 files changed, 2 insertions, 2 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=... diff --git a/vars/build.vars b/vars/build.vars index 1d8cf7d9..86ec04f9 100644 --- a/vars/build.vars +++ b/vars/build.vars @@ -303,7 +303,7 @@ NATIVE_RUNTIME_PREFIX="${PREFIX_NATIVE}"; : ${PKG_PSXSCL_INSTALL_TARGET_EXTRA:=install-lib}; : ${PKG_PSXSCL_STRACE_URLS_GIT:=psxscl=${DEFAULT_GITROOT_HEAD}/psxscl}; : ${PKG_PSXSCL_STRACE_BUILD_STEPS_DISABLE:=install_make}; -: ${PKG_PSXSCL_STRACE_CFLAGS_CONFIGURE_EXTRA:="-DPSX_INTERNAL_STRACE -O0"}; +: ${PKG_PSXSCL_STRACE_CFLAGS_CONFIGURE_EXTRA:="-DPSX_EXTENDED_STRACE -O0"}; : ${PKG_PSXSCL_STRACE_INSTALL_FILES:="/=lib/debug ../obj/lib/libpsxscl.so=lib/debug/"}; : ${PKG_NTCTTY_URLS_GIT:=ntctty=${DEFAULT_GITROOT_HEAD}/ntctty}; : ${PKG_NTCTTY_CFLAGS_CONFIGURE_EXTRA:=-O0}; |