/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/arch/x86_64/Makefile.pcbios
15 строк
370 B
Michael Brown
[build] Fix building on older versions of binutils
19 фев 2016, 23:03
19 фев 2016, 23:03
a492335
Код
Авторство
О чём код?
# -*- makefile -*- : Force emacs to use Makefile mode # Place .textdata in negative 2GB of address space # CFLAGS += -mcmodel=kernel LDFLAGS += --section-start=.textdata=0xffffffffeb000000 # Assembly code does not respect a red zone. # CFLAGS += -mno-red-zone # Include generic BIOS Makefile # MAKEDEPS += arch/x86/Makefile.pcbios include arch/x86/Makefile.pcbios