Browse Source

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

git-svn-id: trunk@25853 -
florian 11 years ago
parent
commit
de2e4632c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/t_embed.pas

+ 1 - 1
compiler/systems/t_embed.pas

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