aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/cc/gcc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-04-13 18:17:37 +0000
committerlloyd <[email protected]>2008-04-13 18:17:37 +0000
commit29f7ede403ddbbc196a25a0786d4b93c3da0ddb6 (patch)
tree7010c9b11ee8460ee4400542fab4055c6e0a6af7 /misc/config/cc/gcc
parentc6728db859c00252fbe310937b03abd76d7c8125 (diff)
Add lines for setting dll_import_flags and dll_export_flags to all the
compilers. Currently all are empty except MSVC. This is getting messy... but libtool is not great either. Maybe there should be two totally distinct builds, static and shared?
Diffstat (limited to 'misc/config/cc/gcc')
-rw-r--r--misc/config/cc/gcc3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/config/cc/gcc b/misc/config/cc/gcc
index f11c94da4..9d85dc049 100644
--- a/misc/config/cc/gcc
+++ b/misc/config/cc/gcc
@@ -16,6 +16,9 @@ warning_flags "-W -Wall"
so_obj_flags "-fPIC"
debug_flags "-g"
+dll_import_flags ""
+dll_export_flags ""
+
makefile_style unix
<so_link_flags>