summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/ELT-patches/darwin/ltconfig-1.3.patch')
-rw-r--r--eclass/ELT-patches/darwin/ltconfig-1.3.patch67
1 files changed, 0 insertions, 67 deletions
diff --git a/eclass/ELT-patches/darwin/ltconfig-1.3.patch b/eclass/ELT-patches/darwin/ltconfig-1.3.patch
deleted file mode 100644
index 49ae67df4116..000000000000
--- a/eclass/ELT-patches/darwin/ltconfig-1.3.patch
+++ /dev/null
@@ -1,67 +0,0 @@
---- ltconfig.darwin 2000-02-02 19:53:22.000000000 -0500
-+++ ltconfig 2004-09-23 20:25:11.000000000 -0400
-@@ -678,6 +678,11 @@
- cygwin* | mingw* | os2*)
- # We can build DLLs from non-PIC.
- ;;
-+ darwin* | rhapsody*)
-+ # PIC is the default on this platform
-+ # Common symbols not allowed in MH_DYLIB files
-+ pic_flag='-fno-common'
-+ ;;
- amigaos*)
- # FIXME: we need at least 68020 code to build shared libraries, but
- # adding the `-m68020' flag to GCC prevents building anything better,
-@@ -1361,6 +1372,23 @@
- hardcode_shlibpath_var=no
- ;;
-
-+ darwin* | rhapsody*)
-+ case "$host_os" in
-+ rhapsody* | darwin1.[012])
-+ allow_undefined_flag='-undefined suppress'
-+ ;;
-+ *) # Darwin 1.3 on
-+ allow_undefined_flag='-flat_namespace -undefined suppress'
-+ ;;
-+ esac
-+ archive_cmds='$nonopt $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs $linkopts $(test .$module != .yes && echo -install_name $rpath/$soname $verstring)'
-+ # We need to add '_' to the symbols in $export_symbols first
-+ #archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols $lib'
-+ hardcode_direct=yes
-+ hardcode_shlibpath_var=no
-+ whole_archive_flag_spec='-all_load $convenience'
-+ ;;
-+
- hpux9* | hpux10* | hpux11*)
- case "$host_os" in
- hpux9*) archive_cmds='$rm $objdir/$soname~$LD -b +b $install_libdir -o $objdir/$soname $libobjs $deplibs $linkopts~test $objdir/$soname = $lib || mv $objdir/$soname $lib' ;;
-@@ -1897,6 +1931,27 @@
- esac
- ;;
-
-+darwin* | rhapsody*)
-+ dynamic_linker="$host_os dyld"
-+ version_type=darwin
-+ need_lib_prefix=no
-+ need_version=no
-+ deplibs_check_method='file_magic Mach-O dynamically linked shared library'
-+ file_magic_cmd='/usr/bin/file -L'
-+ case "$host_os" in
-+ rhapsody* | darwin1.[012])
-+ file_magic_test_file='/System/Library/Frameworks/System.framework/System'
-+ ;;
-+ *) # Darwin 1.3 on
-+ file_magic_test_file='/usr/lib/libSystem.dylib'
-+ ;;
-+ esac
-+ library_names_spec='${libname}${release}${versuffix}.$(test .$module = .yes && echo so || echo dylib) ${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib) ${libname}.$(test .$module = .yes && echo so || echo dylib)'
-+ soname_spec='${libname}${release}${major}.$(test .$module = .yes && echo so || echo dylib)'
-+ shlibpath_overrides_runpath=yes
-+ shlibpath_var=DYLD_LIBRARY_PATH
-+ ;;
-+
- gnu*)
- version_type=linux
- need_lib_prefix=no
-