make/linux/makefiles/gcc.make

Print this page

        

@@ -203,11 +203,11 @@
 
 # Build shared library
 SHARED_FLAG = -shared
 
 # Keep symbols even they are not used
-AOUT_FLAGS += -export-dynamic
+AOUT_FLAGS += -Wl,-export-dynamic
 
 #------------------------------------------------------------------------
 # Debug flags
 
 # Use the stabs format for debugging information (this is the default