Skip to content

Instantly share code, notes, and snippets.

@waitman
Created April 19, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waitman/d53ea6d7139cc960bc2f to your computer and use it in GitHub Desktop.
Save waitman/d53ea6d7139cc960bc2f to your computer and use it in GitHub Desktop.
cc -O -pipe -mfloat-abi=softfp -I/usr/src/sys/boot/efi/loader -I/usr/src/sys/boot/efi/loader/arch/arm -I/usr/src/sys/boot/efi/loader/../include -I/usr/src/sys/boot/efi/loader/../include/arm -I/usr/src/sys/boot/efi/loader/../../../contrib/dev/acpica/include -I/usr/src/sys/boot/efi/loader/../../.. -I/usr/src/sys/boot/efi/loader/../../i386/libi386 -DNO_PCI -DEFI -DBOOT_FORTH -I/usr/src/sys/boot/efi/loader/../../ficl -I/usr/src/sys/boot/efi/loader/../../ficl/arm -I/usr/src/sys/boot/efi/loader/../../fdt -I/usr/home/waitman/crochet/work/obj/arm.armv6/usr/src/sys/boot/efi/loader/../../fdt -DLOADER_FDT_SUPPORT -DLOADER_DISK_SUPPORT -DLOADER_GPT_SUPPORT -DLOADER_MBR_SUPPORT -I/usr/src/sys/boot/efi/loader/../../common -ffreestanding -Wformat -msoft-float -std=gnu99 -Qunused-arguments -Wl,-T/usr/src/sys/boot/efi/loader/arch/arm/ldscript.arm -Wl,-Bsymbolic -shared -nostdlib -o loader.sym autoload.o bootinfo.o conf.o copy.o devicename.o main.o reloc.o smbios.o vers.o exec.o start.o boot.o commands.o console.o devopen.o interp.o interp_backslash.o interp_parse.o ls.o misc.o module.o panic.o load_elf32.o reloc_elf32.o disk.o part.o crc32.o bcache.o interp_forth.o /usr/home/waitman/crochet/work/obj/arm.armv6/usr/src/sys/boot/efi/loader/../../ficl/libficl.a /usr/home/waitman/crochet/work/obj/arm.armv6/usr/src/sys/boot/efi/loader/../libefi/libefi.a /usr/home/waitman/crochet/work/obj/arm.armv6/usr/src/sys/boot/efi/loader/../../fdt/libfdt.a /usr/home/waitman/crochet/work/obj/arm.armv6/usr/src/sys/boot/efi/loader/../../efi/fdt/libefi_fdt.a /usr/lib/libstand.a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment