SOURCES: klibc-klcc.patch - build shared binaries by default.

pluto pluto at pld-linux.org
Thu Sep 29 15:31:17 CEST 2005


Author: pluto                        Date: Thu Sep 29 13:31:17 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- build shared binaries by default.

---- Files affected:
SOURCES:
   klibc-klcc.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/klibc-klcc.patch
diff -u SOURCES/klibc-klcc.patch:1.2 SOURCES/klibc-klcc.patch:1.3
--- SOURCES/klibc-klcc.patch:1.2	Mon Jun 13 22:39:35 2005
+++ SOURCES/klibc-klcc.patch	Thu Sep 29 15:31:11 2005
@@ -1,7 +1,7 @@
 --- klibc-1.0/klcc.in.orig	2005-03-07 22:44:49.000000000 +0100
 +++ klibc-1.0/klcc.in	2005-06-13 21:05:09.000000000 +0200
-@@ -1,22 +1,22 @@
- # -*- perl -*-
+@@ -3,22 +3,22 @@
+ use IPC::Open3;
  
  # Standard includes
 - at includes = ("-I${prefix}/${KCROSS}include/arch/${ARCH}",
@@ -31,7 +31,16 @@
  
  # Returns the language (-x option string) for a specific extension.
  sub filename2lang($) {
-@@ -164,6 +164,7 @@
+@@ -113,7 +113,7 @@
+ 
+ $save_temps = 0;		# The -save-temps option
+ $verbose = 0;			# The -v option
+-$shared = 0;	   		# Are we compiling shared?
++$shared = 1;	   		# Are we compiling shared?
+ $debugging = 0;	   		# -g or -p option present?
+ $strip = 0;			# -s option present?
+ undef $output;			# -o option present?
+@@ -175,6 +175,7 @@
      } elsif ( $a eq '-shared' ) {
  	$shared = 1;
      } elsif ( $a eq '-static' ) {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/klibc-klcc.patch?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list