Remove unnecessary overrides in gnukfreebsd and gnuknetbsd hints.
authorNiko Tyni <ntyni@debian.org>
Wed, 17 Oct 2012 16:56:43 +0000 (12:56 -0400)
committerAndy Dougherty <doughera@lafayette.edu>
Wed, 17 Oct 2012 16:56:43 +0000 (12:56 -0400)
hints/gnukfreebsd.sh and hints/gnuknetbsd.sh unconditionally
override Configure's values for ccdlflags and lddlflags, even though
the default Configure guesses should be correct for those systems.
Configure was altered in commit fb2e1bc0638d5a5d7ac552a79a71a996a5d604cc
(Perforce change 23909) to get the correct values, but later commit
46c947e8b9def6de34ac831834a3c290ab266515 (Perforce change 24017) included
these now-outdated hints file changes as part of importing a larger set
of patches from Debian.

This patch removes the unnecessary overrides.  Thanks to Niko Tyni for
digging up the history and supplying the hints/gnukfreebsd.sh patch.

hints/gnukfreebsd.sh
hints/gnuknetbsd.sh

index 1225f69..435afe7 100644 (file)
@@ -5,6 +5,3 @@
 
 . ./hints/linux.sh
 
-# Configure sets these where $osname = linux
-ccdlflags='-Wl,-E'
-lddlflags='-shared'
index 6ee1433..008547f 100644 (file)
@@ -5,6 +5,3 @@
 
 . ./hints/linux.sh
 
-# Configure sets these where $osname = linux
-ccdlflags='-Wl,-E'
-lddlflags='-shared'