metalsvm/.gitignore
Stefan Lankes 93d9540785 switch to the standard gcc
Found a bug in Intel's cross-compiler.
=> Switch to the standard gcc and use the flags "-march=i586 -mtune=i586"
=> Code runs on all Pentium (I) systems
2012-09-12 00:46:52 -07:00

29 lines
414 B
Text

*.o
*.dep
*~
*.bin
*.sym
*.pcap
*.img
*.a
*.log
*.swp
*.DS_Store
tags
Makefile
include/metalsvm/config.h
include/metalsvm/config.inc
tools/make_initrd
tools/scc_bootinfo.asm
newlib/examples/hello
newlib/examples/jacobi
newlib/examples/echo
newlib/examples/tests
newlib/examples/mshell
newlib/examples/server
newlib/examples/client
newlib/examples/rlogind
newlib/tmp/*
newlib/x86/*
metalsvm.elf
documentation/html/