mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 11:42:21 +00:00
Remove uses of ar(1) option '-l'
This commit is contained in:
parent
5ef46edd2f
commit
0b7849e210
2 changed files with 4 additions and 16 deletions
|
@ -474,25 +474,13 @@ XCOMM the platform-specific parameters - edit site.def to change
|
|||
#define ArCmdBase ar
|
||||
#endif
|
||||
#ifndef ArCmd
|
||||
#if HasLargeTmp || SystemV4
|
||||
#define ArCmd ArCmdBase cq
|
||||
#else
|
||||
#define ArCmd ArCmdBase clq
|
||||
#endif
|
||||
#define ArCmd ArCmdBase -cq
|
||||
#endif
|
||||
#ifndef ArAddCmd
|
||||
#if HasLargeTmp || SystemV4
|
||||
#define ArAddCmd ArCmdBase ru
|
||||
#else
|
||||
#define ArAddCmd ArCmdBase rul
|
||||
#endif
|
||||
#define ArAddCmd ArCmdBase -ru
|
||||
#endif
|
||||
#ifndef ArExtCmd
|
||||
#if HasLargeTmp || SystemV4
|
||||
#define ArExtCmd ArCmdBase x
|
||||
#else
|
||||
#define ArExtCmd ArCmdBase xl
|
||||
#endif
|
||||
#define ArExtCmd ArCmdBase -x
|
||||
#endif
|
||||
#ifndef BootstrapCFlags
|
||||
#define BootstrapCFlags /**/
|
||||
|
|
|
@ -4,6 +4,6 @@ shift
|
|||
if cray2; then
|
||||
bld cr $lib `lorder $* | tsort`
|
||||
else
|
||||
ar clq $lib $*
|
||||
ar -cq $lib $*
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue