]> git.sesse.net Git - qscale/commitdiff
Link with LD=gcc; fixes a problem with missing reference to __stack_chk_fail_local. master
authorsgunderson@bigfoot.com <>
Tue, 24 Jan 2012 01:09:51 +0000 (02:09 +0100)
committersgunderson@bigfoot.com <>
Tue, 24 Jan 2012 01:09:51 +0000 (02:09 +0100)
Makefile

index 06689ed6d9472900e4f4f0737683af506ceafccd..80502c2a544b3d4ec69ccb5ea38aab3e02e09e3d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
 CC=gcc
+LD=gcc
 OBJS=qscale.o libqscale.o
 
 CFLAGS=-Wall -O2 -msse3 -fPIC