CS代考计算机代写 compiler x86 assembler # -*- makefile -*-
# -*- makefile -*- SHELL = /bin/sh VPATH = $(SRCDIR) # Binary utilities. # If the host appears to be x86, use the normal tools. # If it’s x86-64, use the compiler and linker in 32-bit mode. # Otherwise assume cross-tools are installed as i386-elf-*. X86 = i.86\|pentium.*\|[pk][56]\|nexgen\|viac3\|6×86\|athlon.*\|i86pc X86_64 = x86_64 # Pintos doesn’t compile/run […]
CS代考计算机代写 compiler x86 assembler # -*- makefile -*- Read More »