mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 19:52:27 +01:00
Make binaries compilable on non-hemorrhage-edge releases. Add binaries subrepo.
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
|
||||
PLATFORM = 9.0-Linux_x86_64-gcc3
|
||||
DEFINES = -DGECKO_MAJOR=9 -DGECKO_MINOR=0
|
||||
GECKO_MAJOR ?= 9
|
||||
GECKO_MINOR ?= 0
|
||||
ABI_OS ?= Linux
|
||||
ABI_ARCH ?= x86_64
|
||||
ABI_COMPILER ?= gcc3
|
||||
ABI ?= $(GECKO_MAJOR).$(GECKO_MINOR)-$(ABI_OS)_$(ABI_ARCH)-$(ABI_COMPILER)
|
||||
DEFINES = -DGECKO_MAJOR=$(GECKO_MAJOR) -DGECKO_MINOR=$(GECKO_MINOR)
|
||||
|
||||
SED ?= sed -r
|
||||
|
||||
|
||||
Reference in New Issue
Block a user