aboutsummaryrefslogtreecommitdiff
path: root/cpu2xxx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'cpu2xxx.cfg')
-rw-r--r--cpu2xxx.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpu2xxx.cfg b/cpu2xxx.cfg
index 86af064..3524eb1 100644
--- a/cpu2xxx.cfg
+++ b/cpu2xxx.cfg
@@ -42,6 +42,11 @@ CXX = @CXX@
FC = @FORTRAN@
F77 = @FORTRAN@
+CLD = @CC@ -Wl,--build-id
+CXXLD = @CXX@ -Wl,--build-id
+FLD = @FORTRAN@ -Wl,--build-id
+F77LD = @FORTRAN@ -Wl,--build-id
+
#####################################################################
# Optimization
#####################################################################