home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / linux / atari / source / source.lzh / atari-linux-0.01pl3 / m68k / arch.mup next >
Encoding:
Text File  |  1994-06-19  |  608 b   |  18 lines

  1. gcc -D__KERNEL__ -O2 -m68030 head.S -c -o head.o
  2. gcc -D__KERNEL__ -O2 -m68030 machasm.S -c -o machasm.o
  3. gcc -D__KERNEL__ -O2 -m68030 sys_call.S -c -o sys_call.o
  4. gcc -D__KERNEL__ -O2 -m68030 math.S -c -o math.o
  5. gcc -D__KERNEL__ -O2 -m68030 ints.c -c -o ints.o
  6. gcc -D__KERNEL__ -O2 -m68030 signal.c -c -o signal.o
  7. gcc -D__KERNEL__ -O2 -m68030 traps.c -c -o traps.o
  8. gcc -D__KERNEL__ -O2 -m68030 ptrace.c -c -o ptr.o
  9.  
  10. cp head.o ..\makedir
  11. cp machasm.o ..\makedir
  12. cp sys_call.o ..\makedir
  13. cp math.o ..\makedir
  14. cp ints.o ..\makedir
  15. cp signal.o ..\makedir
  16. cp traps.o ..\makedir
  17. cp ptr.o ..\makedir
  18.