From: sgunderson@bigfoot.com <> Date: Tue, 24 Jan 2012 01:09:51 +0000 (+0100) Subject: Link with LD=gcc; fixes a problem with missing reference to __stack_chk_fail_local. X-Git-Url: https://git.sesse.net/?p=qscale;a=commitdiff_plain Link with LD=gcc; fixes a problem with missing reference to __stack_chk_fail_local. --- diff --git a/Makefile b/Makefile index 06689ed..80502c2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ CC=gcc +LD=gcc OBJS=qscale.o libqscale.o CFLAGS=-Wall -O2 -msse3 -fPIC