spectrwm/linux
Helmut Grohne ceaf8699f8 linux: Accept user-provided pkg-config command
When cross-building, it's necessary to use versions of the various
toolchain commands that have been built specifically to target the
desired architecture, and that are named accordingly.

In practice, the make invocation will look something like

  $ make CC=aarch64-linux-gnu-gcc \
         PKG_CONFIG=aarch64-linux-gnu-pkg-config

However, whereas $(CC) is a built-in make variable and so it
behaves correctly out of the box, for $(PKG_CONFIG) we have to do
some work ourselves.
2020-04-18 03:47:13 +08:00
..
baraction.sh linux: Add baraction script 2019-12-20 08:31:35 +08:00
linux.c kill cvs tags 2011-10-25 15:54:39 -05:00
Makefile linux: Accept user-provided pkg-config command 2020-04-18 03:47:13 +08:00
pledge.h Add initial pledge(2) support on OpenBSD (#217) 2019-01-07 15:25:43 +00:00
spectrwm.desktop Add keywords to desktop file 2018-02-20 12:11:18 +08:00
tree.h Whitespace 2018-05-09 08:18:41 +08:00
util.h Fix cygwin compile issues. 2019-10-18 08:10:20 +08:00