diff --git a/make/linux/makefiles/gcc.make b/make/linux/makefiles/gcc.make index d7537331e4c863df58054c2167f8a3b281042ac0..fa9e29cb36b74f1fe7e19d1b8d8b4c44b2c2373c 100644 --- a/make/linux/makefiles/gcc.make +++ b/make/linux/makefiles/gcc.make @@ -205,7 +205,7 @@ SONAMEFLAG = -Xlinker -soname=SONAME SHARED_FLAG = -shared # Keep symbols even they are not used -AOUT_FLAGS += -export-dynamic +AOUT_FLAGS += -Xlinker -export-dynamic #------------------------------------------------------------------------ # Debug flags