From 9bd6fc9b337d760e23ebc9cb9b954a6205bbaa1c Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Tue, 28 Oct 2014 11:50:09 +0100 Subject: Revive Melon --- Source/Applications/Shell/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Applications/Shell/Makefile') diff --git a/Source/Applications/Shell/Makefile b/Source/Applications/Shell/Makefile index 867939f..3d7ca6b 100644 --- a/Source/Applications/Shell/Makefile +++ b/Source/Applications/Shell/Makefile @@ -1,9 +1,9 @@ .PHONY: clean, mrproper -CXX = g++ +CXX = i586-elf-g++ CXXFLAGS = -nostartfiles -nostdlib -ffreestanding -fno-exceptions -fno-rtti -I ../../Library/Common -I ../../Library/Interface -I ../../Library/Userland -D THIS_IS_MELON_USERLAND -LD = ld +LD = i586-elf-ld LDFLAGS = -T ../../Library/App.ld -L ../../Library Objects = Shell.class.o -- cgit v1.2.3