LINUX.ORG.RU

История изменений

Исправление bormant, (текущая версия) :

BUILD и HOST приходят из Makefile:

# The system actually doing the build
BUILD ?= $(shell cc -dumpmachine)
# The host we are targetting
HOST ?= $(BUILD)

Исходная версия bormant, :

BUILD и HOST приходят из Makefile:[code]
# The system actually doing the build
BUILD ?= $(shell cc -dumpmachine)
# The host we are targetting
HOST ?= $(BUILD)
[/code]