X-Git-Url: https://code.delx.au/refind/blobdiff_plain/1ecb53a60573127a4cc976980053adda3bb5e089..cc81100ca9d8e17fffcbffc85bd401fcbe445038:/filesystems/Make.gnuefi diff --git a/filesystems/Make.gnuefi b/filesystems/Make.gnuefi index 9fb1676..6eab253 100644 --- a/filesystems/Make.gnuefi +++ b/filesystems/Make.gnuefi @@ -3,6 +3,11 @@ # Build control file for the EFI drivers, as built 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 . + SRCDIR = . VPATH = $(SRCDIR) @@ -19,7 +24,7 @@ endif ifeq ($(ARCH),ia32) LIBEG = build32 - ARCH_C_FLAGS = -m32 -malign-double + ARCH_C_FLAGS = -m32 FILENAME_CODE = ia32 LD_CODE = elf_i386 endif