]> gcc.gnu.org Git - gcc.git/commitdiff
(CLIB): Fix typo.
authorRichard Stallman <rms@gnu.org>
Mon, 2 Aug 1993 19:18:17 +0000 (19:18 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 2 Aug 1993 19:18:17 +0000 (19:18 +0000)
From-SVN: r5055

gcc/config/m68k/x-dpx2

index e865c308580944e099b1351c7672879396e9efd4..a4a8c1b2cf86de3420696d56f74b2403c844ff4b 100644 (file)
@@ -11,6 +11,6 @@ GAS = gas
 # to link cc1plus, so use -g with /bin/cc, but -O with gcc
 CFLAGS=`if [ x$(OLDCC) = x$(CC) ] ; then echo -g; else echo -O; fi`
 #
-CLIB=CLIB=-lmalloc -lld -lm
+CLIB=-lmalloc -lld -lm
 # tell CC whether we are a 200 or 300
 X_CFLAGS=-D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BULL_SOURCE -D__DPX2__ `if [ -d /makesys/kernel/cf/ncl_mr ]; then echo -Dncl_mr=1; else echo -Dncl_el; fi`
This page took 0.061292 seconds and 5 git commands to generate.