diff options
| author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-19 20:56:09 +0100 |
|---|---|---|
| committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-19 20:56:09 +0100 |
| commit | 6a21d65d2840c58cfa7cd749a04669d8f7980646 (patch) | |
| tree | 00b1aa153b69cda8cf9406c4700fd7730c34d3a5 /packages/perl/perl-5.8.7/makefile-usegcc-to-link.patch | |
| parent | dcfe7349b369a87881cf1fa43085d9e9c5609fcf (diff) | |
| parent | 6f854d71c347475d53d5080a5490625345d95d12 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/perl/perl-5.8.7/makefile-usegcc-to-link.patch')
| -rw-r--r-- | packages/perl/perl-5.8.7/makefile-usegcc-to-link.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/packages/perl/perl-5.8.7/makefile-usegcc-to-link.patch b/packages/perl/perl-5.8.7/makefile-usegcc-to-link.patch deleted file mode 100644 index d6be0be153..0000000000 --- a/packages/perl/perl-5.8.7/makefile-usegcc-to-link.patch +++ /dev/null @@ -1,27 +0,0 @@ -You cannot use LD to link on sh, you must use gcc otherwise shared -libraries will not work since ld doesn't know about the hidden gcc -shared libary requirements. - ---- perl-5.8.7/Cross/Makefile 2006/09/25 05:52:56 1.1 -+++ perl-5.8.7/Cross/Makefile 2006/09/25 05:57:34 -@@ -12,7 +12,7 @@ - - export CC = $(CROSS)gcc - export CXX = $(CROSS)g++ --export LD = $(CROSS)ld -+export LD = $(CC) - export STRIP = $(CROSS)strip - export AR = $(CROSS)ar - export RANLIB = $(CROSS)ranlib - ---- perl-5.8.7/Makefile.SH.orig 2003-07-10 14:59:04.000000000 -0700 -+++ perl-5.8.7/Makefile.SH 2003-07-10 15:14:08.000000000 -0700 -@@ -494,7 +494,7 @@ - case "$useshrplib" in - true) - $spitshell >>Makefile <<'!NO!SUBS!' -- $(LD) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs) -soname libperl.so.5 -+ $(CC) -o $@ $(SHRPLDFLAGS) perl$(OBJ_EXT) $(obj) $(libs) -Wl,-soname,libperl.so.5 - !NO!SUBS! - case "$osname" in - aix) |
