From 5b98d45ce1a9fe36c474b7b78abd0ca98300b58f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Sikora?= Date: Thu, 29 Sep 2005 13:31:11 +0000 Subject: [PATCH] - build shared binaries by default. Changed files: klibc-klcc.patch -> 1.3 --- klibc-klcc.patch | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/klibc-klcc.patch b/klibc-klcc.patch index 7691668..8d09ea6 100644 --- a/klibc-klcc.patch +++ b/klibc-klcc.patch @@ -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 -@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' ) { -- 2.43.0