X-Git-Url: https://code.delx.au/refind/blobdiff_plain/b3f1088e428ec704586ecfdddf75f757f213b97e..0240b648949d78c71d8da6ce5ba019a57f974dee:/Make.common diff --git a/Make.common b/Make.common index 2804559..4f44053 100644 --- a/Make.common +++ b/Make.common @@ -24,8 +24,8 @@ DEBUGFLAGS = -Wall #CFLAGS = $(ARCH3264) $(OPTIMFLAGS) -fpic -fshort-wchar $(DEBUGFLAGS) CFLAGS = $(ARCH3264) $(OPTIMFLAGS) -fno-stack-protector -fpic -fshort-wchar $(DEBUGFLAGS) ASFLAGS = $(ARCH3264) -export LDFLAGS = -nostdlib -export DRV_LDFLAGS = +LDFLAGS = -nostdlib +DRV_LDFLAGS = prefix = /usr/bin/ CC = $(prefix)gcc