Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 188056 | Differences between
and this patch

Collapse All | Expand All

(-)build/cc-gcc.mak.old (-1 / +1 lines)
Lines 1-4 Link Here
1
export CC = $(CROSS_COMPILE)gcc -c
1
export CC = $(CROSS_COMPILE)gcc -c -fPIC
2
export AR = $(CROSS_COMPILE)ar rv 
2
export AR = $(CROSS_COMPILE)ar rv 
3
export LD = $(CROSS_COMPILE)gcc
3
export LD = $(CROSS_COMPILE)gcc
4
export LDOUT = -o 
4
export LDOUT = -o 

Return to bug 188056