Linux on some architectures (HPPA) needs files linked in a special way that GCC understands; therefore use cc instead of ld for linking

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@437 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
mem 2006-04-25 20:39:07 +00:00
parent 0e130b2f1b
commit d422398490

View File

@ -1,6 +1,6 @@
NAME = $(GLEW_NAME)
CC = cc
LD = ld
LD = cc
ifneq (undefined, $(origin GLEW_MX))
CFLAGS.EXTRA = -DGLEW_MX
endif