Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 187359
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 43-55 Link Here
43
# CC		= /usr/lang/acc
43
# CC		= /usr/lang/acc
44
# CCFLAGS 	= -c -O
44
# CCFLAGS 	= -c -O
45
45
46
CC		= gcc -ansi -pedantic
46
CC		= gcc -ansi -pedantic -fPIC
47
CCFLAGS 	= -c -O2 -DNeedFunctionPrototypes=1
47
CCFLAGS 	= -c -O2 -DNeedFunctionPrototypes=1 
48
48
49
LD 		= $(CC)
49
LD 		= $(CC)
50
50
51
# LD		= gcc
51
# LD		= gcc
52
# LDFLAGS 	=
52
LDFLAGS 	= -fPIC
53
53
54
54
55
# If your compiler needs additional flags/libraries, regardless of
55
# If your compiler needs additional flags/libraries, regardless of

Return to bug 187359