X-Git-Url: https://code.delx.au/refind/blobdiff_plain/b3f1088e428ec704586ecfdddf75f757f213b97e..47a506147f328503572286390f6cac5c8537d5df:/Make.common diff --git a/Make.common b/Make.common index 2804559..96eb50f 100644 --- a/Make.common +++ b/Make.common @@ -3,6 +3,11 @@ # Common make rules for building with gnu-efi # +# This program is licensed under the terms of the GNU GPL, version 3, +# or (at your option) any later version. +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + EFIINC = /usr/include/efi GNUEFILIB = /usr/lib EFILIB = /usr/lib @@ -24,8 +29,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