blob: 8921a3efb75cc125c4f601678fc330a39ec8b60b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#
--- libtool-1.5.6/ltmain.in~tag 2004-05-15 05:14:32.000000000 -0400
+++ libtool-1.5.6/ltmain.in 2004-05-15 05:18:01.000000000 -0400
@@ -226,8 +226,9 @@
# line option must be used.
if test -z "$tagname"; then
$echo "$modename: unable to infer tagged configuration"
- $echo "$modename: specify a tag with \`--tag'" 1>&2
- exit $EXIT_FAILURE
+ $echo "$modename: defaulting to \`CC'"
+ $echo "$modename: if this is not correct, specify a tag with \`--tag'"
+# exit $EXIT_FAILURE
# else
# $echo "$modename: using $tagname tagged configuration"
fi
|