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

(-)a/var/tmp/portage/x11-drivers/nvidia-drivers-525.60.13/work/kernel-module-source/utils.mk.old (-1 / +1 lines)
Lines 569-575 define READ_ONLY_OBJECT_FROM_FILE_RULE Link Here
569
  $$(OUTPUTDIR)/$$(notdir $(1)).o: $(1)
569
  $$(OUTPUTDIR)/$$(notdir $(1)).o: $(1)
570
	$(at_if_quiet)$$(MKDIR) $$(OUTPUTDIR)
570
	$(at_if_quiet)$$(MKDIR) $$(OUTPUTDIR)
571
	$(at_if_quiet)cd $$(dir $(1)); \
571
	$(at_if_quiet)cd $$(dir $(1)); \
572
	$$(call quiet_cmd_no_at,LD) -r -z noexecstack --format=binary \
572
	$$(call quiet_cmd_no_at,LD) -r -z noexecstack -m elf_x86_64 --format=binary \
573
	    $$(notdir $(1)) -o $$(OUTPUTDIR_ABSOLUTE)/$$(notdir $$@)
573
	    $$(notdir $(1)) -o $$(OUTPUTDIR_ABSOLUTE)/$$(notdir $$@)
574
	$$(call quiet_cmd,OBJCOPY) \
574
	$$(call quiet_cmd,OBJCOPY) \
575
	    --rename-section .data=.rodata,contents,alloc,load,data,readonly \
575
	    --rename-section .data=.rodata,contents,alloc,load,data,readonly \

Return to bug 885483