kern

changeset 66:637efe95d0d1

ops, forgot the -m in -m elf_i386 ld arg
author John Tsiombikas <nuclear@mutantstargoat.com>
date Thu, 06 Oct 2011 04:28:21 +0300
parents e49fdda97607
children ebca81749ef5
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/Makefile	Wed Oct 05 02:34:58 2011 +0300
     1.2 +++ b/Makefile	Thu Oct 06 04:28:21 2011 +0300
     1.3 @@ -2,9 +2,9 @@
     1.4  	ccemu = -m32
     1.5  
     1.6  	ifeq ($(shell uname -s), FreeBSD)
     1.7 -		ldemu = elf_i386_fbsd
     1.8 +		ldemu = -m elf_i386_fbsd
     1.9  	else
    1.10 -		ldemu = elf_i386
    1.11 +		ldemu = -m elf_i386
    1.12  	endif
    1.13  endif
    1.14