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;h=76611a30b1b912d5c5e2ab4a0818749bcb2ddad8 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