Skip to content

Commit

Permalink
Use regular gcc and ld instead of cross-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jvns committed Dec 18, 2013
1 parent e170215 commit 2f78035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down

0 comments on commit 2f78035

Please sign in to comment.