Plan 9 from Bell Labs’s /usr/web/sources/contrib/stallion/patch/extra/drawterm-make.diff

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


--- a/Make.sun	Sun Jan 02 18:33:44 2011 -0500
+++ b/Make.sun	Sun Jan 16 17:09:59 2011 -0500
@@ -1,7 +1,7 @@
 # Sun-specific
 PTHREAD=
 AR=ar
-AS=as
+AS=gas
 RANLIB=ranlib
 X11=/usr/X11R6
 CC=cc
@@ -17,5 +17,5 @@
 all: default
 
 libmachdep.a:
-	arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/'`; \
+	arch=`uname -p|sed 's/i.86/386/'`; \
 	(cd posix-$$arch &&  make)

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.