diff options
Diffstat (limited to 'extra/Configs/Config.m68k.coff')
-rw-r--r-- | extra/Configs/Config.m68k.coff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/Configs/Config.m68k.coff b/extra/Configs/Config.m68k.coff index 32473466e..7d779f78a 100644 --- a/extra/Configs/Config.m68k.coff +++ b/extra/Configs/Config.m68k.coff @@ -50,6 +50,9 @@ DODEBUG = false # Compiler warnings you want to see WARNINGS=-Wall +# Enable support for shared libraries? +HAVE_SHARED = false + # Note that the kernel source you use to compile with should be the same as the # Linux kernel you run your apps on. uClibc doesn't even try to achieve binary # compatibility across kernel versions. So don't expect, for example, uClibc @@ -165,6 +168,3 @@ OPTIMIZATION = $(DEBUG_CFLAGS) # This is a COFF compiler (ick), so disable all the cool stuff HAVE_ELF = false - -# We can't properly do shared libraries on m68k (at least, not yet ;-) -HAVE_SHARED = false |