X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fnext_4.sh;h=b3887e612b0fc88718f4595dd7ecd76789b0a8a2;hb=9ad0a0f606dfe6bb2ec67942ae23eef93c8ce770;hp=1108794868a5f5ad94116dfac3580e52d7386edb;hpb=7bac28a0157dcaf170649e8928f053f76dda4253;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/next_4.sh b/hints/next_4.sh index 1108794..b3887e6 100644 --- a/hints/next_4.sh +++ b/hints/next_4.sh @@ -33,9 +33,9 @@ ld='cc' # If you want to build for specific architectures, change the line # below to something like # -# archs=(m68k i386) +# archs='m68k i386' # -archs=`/bin/lipo -info /usr/lib/libm.a | sed 's/^[^:]*:[^:]*: //'` +archs=`/bin/lipo -info /usr/lib/libm.a | sed -n 's/^[^:]*:[^:]*: //p'` # # leave the following part alone