Parcourir la source

* if a build-id is generated, put it into flash

git-svn-id: trunk@25853 -
florian il y a 11 ans
Parent
commit
de2e4632c5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      compiler/systems/t_embed.pas

+ 1 - 1
compiler/systems/t_embed.pas

@@ -492,7 +492,7 @@ begin
         begin
           Add('    } >ram');
         end;
-      Add('    .note.gnu.build-id : { *(.note.gnu.build-id) }');
+      Add('    .note.gnu.build-id : { *(.note.gnu.build-id) } >flash ');
 
       Add('    .data :');
       Add('    {');