Commit Graph

21 Commits

Author SHA1 Message Date
Miodrag Milanovic 9880f6e2dd Update variable name to PYTHON3 2021-09-06 11:11:52 +02:00
Miodrag Milanović f14a7fb4ca
Merge pull request #239 from xobs/python-bin-name
Use $(PYTHON) in Makefiles instead of `python3`
2021-09-06 11:08:23 +02:00
Solra Bizna 41f75569e3
Add -MP to CFLAGS and CXXFLAGS, making it harder for make to get confused out of even trying to build 2020-05-09 02:40:08 -06:00
Miodrag Milanovic fe3086a733 Support custom PROGRAM_PREFIX 2020-04-10 10:05:17 +02:00
Sean Cross 80b929a5d7 config: add a variable for python interpreter
This variable can be overridden on platforms where python is not called
`python3`.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-10-22 14:09:12 +08:00
whitequark 37227e2b18 Make iceprog optional.
Avoids dependency on libftdi.
2019-08-31 14:03:14 +00:00
Clifford Wolf 8eedb8cf04 Build optimized binaries by default
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-10-30 11:33:36 +01:00
Robert Ou 05440e4d62 Fix up build system to work with emscripten 2017-11-15 03:13:35 -08:00
Marcus Müller b87a750f4b modularized standard Makefile config 2017-09-03 19:20:50 +02:00
Robert Ou 917afd1a85 makefile: Do not ignore user-provided CFLAGS 2017-07-16 18:51:54 -07:00
Elvira Khabirova ea82010fbf Clean up Makefiles 2017-02-12 16:13:03 +03:00
Udi Finkelstein 37d20906d4 Another fix 2017-01-01 01:33:30 +02:00
Udi Finkelstein 426d82dce0 Fix Windows builds 2017-01-01 01:03:27 +02:00
Salvador E. Tropea 1fb08362d9 Added a new config variable CHIPDB_SUBDIR. It determines the subdir name
used in $(PREFIX)/share/ to install the chip database. This provides a
mechanism to choose a directory different than icebox (default).
I.e. fpga-icestorm/chipdb for Debian.
2016-10-13 16:58:21 -03:00
Clifford Wolf 857ed8379c Using ?= for all config.mk entries 2016-05-22 12:45:13 +02:00
David Craven fb67695a88 Make clang optional 2016-05-21 23:27:53 +02:00
Clifford Wolf af36a8ade3 Fixes for MXE build 2016-05-07 10:55:34 +02:00
Clifford Wolf 43e7741636 Use pkg-config for libftdi 2016-02-29 10:37:42 +01:00
Clifford Wolf a519d2ab82 Added/improved support for mxe-based win32 cross builds 2016-02-14 13:47:27 +01:00
Kalle Raiskila f1592d01ee Allow DESTDIR and PREFIX overrides from environment. 2016-01-31 13:02:02 +02:00
Clifford Wolf b9e6d07e9c Added config.mk, correct DESTDIR/PREFIX usage 2015-12-31 12:05:04 +01:00