Merge /u/low-power/cde-code/ branch remove-ar-l into master
https://sourceforge.net/p/cdesktopenv/code/merge-requests/25/
This commit is contained in:
@@ -474,25 +474,13 @@ XCOMM the platform-specific parameters - edit site.def to change
|
|||||||
#define ArCmdBase ar
|
#define ArCmdBase ar
|
||||||
#endif
|
#endif
|
||||||
#ifndef ArCmd
|
#ifndef ArCmd
|
||||||
#if HasLargeTmp || SystemV4
|
#define ArCmd ArCmdBase -cq
|
||||||
#define ArCmd ArCmdBase cq
|
|
||||||
#else
|
|
||||||
#define ArCmd ArCmdBase clq
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
#ifndef ArAddCmd
|
#ifndef ArAddCmd
|
||||||
#if HasLargeTmp || SystemV4
|
#define ArAddCmd ArCmdBase -ru
|
||||||
#define ArAddCmd ArCmdBase ru
|
|
||||||
#else
|
|
||||||
#define ArAddCmd ArCmdBase rul
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
#ifndef ArExtCmd
|
#ifndef ArExtCmd
|
||||||
#if HasLargeTmp || SystemV4
|
#define ArExtCmd ArCmdBase -x
|
||||||
#define ArExtCmd ArCmdBase x
|
|
||||||
#else
|
|
||||||
#define ArExtCmd ArCmdBase xl
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
#ifndef BootstrapCFlags
|
#ifndef BootstrapCFlags
|
||||||
#define BootstrapCFlags /**/
|
#define BootstrapCFlags /**/
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ shift
|
|||||||
if cray2; then
|
if cray2; then
|
||||||
bld cr $lib `lorder $* | tsort`
|
bld cr $lib `lorder $* | tsort`
|
||||||
else
|
else
|
||||||
ar clq $lib $*
|
ar -cq $lib $*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user