aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/target.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/target.exp b/lib/target.exp
index 3eaf3b8..7a4b782 100644
--- a/lib/target.exp
+++ b/lib/target.exp
@@ -497,6 +497,7 @@ proc default_target_compile {source destfile type options} {
}
if { $type == "executable" } {
+ append add_flags " $ldflags"
foreach x $libs {
if [file exists $x] {
append source " $x"
@@ -504,7 +505,6 @@ proc default_target_compile {source destfile type options} {
append add_flags " $x";
}
}
- append add_flags " $ldflags"
if [board_info $dest exists libs] {
append add_flags " [board_info $dest libs]"