-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
1,752 additions
and
2,272 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
me=ar-lib | ||
scriptversion=2012-03-01.08; # UTC | ||
|
||
# Copyright (C) 2010-2013 Free Software Foundation, Inc. | ||
# Copyright (C) 2010, 2012 Free Software Foundation, Inc. | ||
# Written by Peter Rosin <[email protected]>. | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
#! /bin/sh | ||
# Wrapper for compilers which do not understand '-c -o'. | ||
|
||
scriptversion=2012-10-14.11; # UTC | ||
scriptversion=2012-03-05.13; # UTC | ||
|
||
# Copyright (C) 1999-2013 Free Software Foundation, Inc. | ||
# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free | ||
# Software Foundation, Inc. | ||
# Written by Tom Tromey <[email protected]>. | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
|
@@ -112,11 +113,6 @@ func_cl_dashl () | |
lib=$dir/$lib.lib | ||
break | ||
fi | ||
if test -f "$dir/lib$lib.a"; then | ||
found=yes | ||
lib=$dir/lib$lib.a | ||
break | ||
fi | ||
done | ||
IFS=$save_IFS | ||
|
||
|
Oops, something went wrong.