zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _gcc (sparc)
@ 2005-10-28 20:54 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2005-10-28 20:54 UTC (permalink / raw)
  To: zsh-workers

I didn't include -threads and -pthreads, which are supposed to
Solaris-only.

Index: Completion/Unix/Command/_gcc
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_gcc,v
retrieving revision 1.7
diff -u -r1.7 _gcc
--- Completion/Unix/Command/_gcc	28 Oct 2005 20:39:03 -0000	1.7
+++ Completion/Unix/Command/_gcc	28 Oct 2005 20:53:16 -0000
@@ -166,14 +166,30 @@
   ;;
 sparc)
   args=(
-    -mapp-regs -mcypress -mepilogue -mflat -mfpu -mhard-float
-    -mhard-quad-float -mno-app-regs -mno-flat -mno-fpu
-    -mno-epilogue -mno-unaligned-doubles
-    -msoft-float -msoft-quad-float
-    -msparclite -msupersparc -munaligned-doubles -mv8
+    -mapp-regs -mno-app-regs
+    -mfpu -mhard-float
+    -mno-fpu -msoft-float
+    -mhard-quad-float
+    -msoft-quad-float
+    -mno-unaligned-doubles
+    -munaligned-doubles
+    -mfaster-structs -mno-faster-structs
+    -mimpure-text
+    '-mcpu=:CPU type:(v7 cypress v8 supersparc sparclite f930 f934 hypersparc sparclite86x sparclet tsc701 v9 ultrasparc ultrasparc3)'
+    '-mtune=:CPU type:(cypress supersparc hypersparc f930 f934 sparclite86x tsc701 ultrasparc ultrasparc3)'
+    -mv8plus -mno-v8plus
+    -mvis -mno-vis
+    -mlittle-endian
+    -m32 -m64
+    '-mcmodel=:memory model:(medlow medmid medany embmedany)'
+    -mstack-bias -mno-stack-bias
+    -mv8
+    -mcypress -mepilogue -mflat
+    -mno-flat
+    -mno-epilogue
+    -msparclite -msupersparc
     -mmedlow -mmedany
     -mint32 -mint64 -mlong32 -mlong64
-    -mno-stack-bias -mstack-bias
   )
   ;;
 alpha*)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-28 20:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-28 20:54 PATCH: _gcc (sparc) Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).