Mercurial > hg > Members > taiki > EFIKernel
comparison Makefile.def @ 3:744836a552cb
add file.
author | Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 17 Dec 2012 22:11:07 +0900 |
parents | e091e06fdd2d |
children |
comparison
equal
deleted
inserted
replaced
2:0fefb1d94991 | 3:744836a552cb |
---|---|
1 CC = elf-cbc-gcc-4.6.0 | 1 CC = elf-cbc-gcc-4.6.0 |
2 LD = x86_64-elf-ld | 2 LD = x86_64-elf-ld |
3 EFI_TOOLS = /Users/taira/cross/EFI_TOOLS/bin | 3 EFI_TOOLS = /Users/taira/cross/EFI_TOOLS/bin |
4 OBJCOPY = x86_64-pc-mingw32-objcopy | 4 OBJCOPY = x86_64-pc-mingw32-objcopy |
5 | |
6 |