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/Library/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Library/Makefile') diff --git a/Source/Library/Makefile b/Source/Library/Makefile index 6e3e269..4a8d4ea 100644 --- a/Source/Library/Makefile +++ b/Source/Library/Makefile @@ -1,12 +1,12 @@ .PHONY: clean, mrproper -CXX = g++ +CXX = i586-elf-g++ CXXFLAGS = -nostartfiles -nostdlib -ffreestanding -fno-exceptions -fno-rtti -I Common -I Userland -I Interface -D THIS_IS_MELON_USERLAND -D RANDOM_SEED=1`date +%N`LL ASM = nasm ASMFLAGS = -f elf -LD = ld +LD = i586-elf-ld Objects = Common/WChar.class.uo \ Common/CMem.ns.uo \ -- cgit v1.2.3