From 2f78035bc61e5a1ade701a58b8a2de35e705b38f Mon Sep 17 00:00:00 2001 From: Julia Evans Date: Wed, 18 Dec 2013 11:15:24 -0500 Subject: [PATCH] Use regular gcc and ld instead of cross-compiler --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e0538413be..e3e22863c6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -CC=i386-elf-gcc -LD=i386-elf-ld +CC=gcc +LD=ld RUSTC := rustc --cfg libc -Z no-landing-pads -O --target i386-intel-linux NASM=nasm QEMU=qemu-system-i386