From 030128b8fad83e2d4e2fb1f8c1fd90abee9e46c2 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Wed, 13 Sep 2017 18:05:05 -0400 Subject: [PATCH] Removed relocs-related options in switch.specs. --- buildscripts/lib/switch.specs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/lib/switch.specs b/buildscripts/lib/switch.specs index a78feafc..025f66fa 100644 --- a/buildscripts/lib/switch.specs +++ b/buildscripts/lib/switch.specs @@ -1,7 +1,7 @@ %rename link old_link *link: -%(old_link) -T switch.ld%s -d --emit-relocs --export-dynamic --gc-sections +%(old_link) -T switch.ld%s -d --gc-sections *startfile: switch_crt0%O%s crti%O%s crtbegin%O%s