svn commit: trunk/uClibc

vapier at uclibc.org vapier at uclibc.org
Sun Feb 18 13:57:29 UTC 2007


Author: vapier
Date: 2007-02-18 05:57:29 -0800 (Sun, 18 Feb 2007)
New Revision: 17925

Log:
rewrite all sparc targets to just sparc

Modified:
   trunk/uClibc/Rules.mak


Changeset:
Modified: trunk/uClibc/Rules.mak
===================================================================
--- trunk/uClibc/Rules.mak	2007-02-18 13:56:24 UTC (rev 17924)
+++ trunk/uClibc/Rules.mak	2007-02-18 13:57:29 UTC (rev 17925)
@@ -47,7 +47,7 @@
 # Select the compiler needed to build binaries for your development system
 HOSTCC     = gcc
 BUILD_CFLAGS = -O2 -Wall
-export ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
+export ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun.*/sparc/ -e s/sparc.*/sparc/ \
 				  -e s/arm.*/arm/ -e s/sa110/arm/ \
 				  -e s/s390x/s390/ -e s/parisc.*/hppa/ \
 				  -e s/ppc.*/powerpc/ -e s/mips.*/mips/ )




More information about the uClibc-cvs mailing list