Author: jhuntwork
Date: 2006-02-10 21:30:09 -0700 (Fri, 10 Feb 2006)
New Revision: 1401

Modified:
   trunk/packages/gcc/Makefile
   trunk/packages/gcc/vars/vars.sparc64
Log:
Removed unused variables for sparc64

Modified: trunk/packages/gcc/Makefile
===================================================================
--- trunk/packages/gcc/Makefile 2006-02-11 03:35:48 UTC (rev 1400)
+++ trunk/packages/gcc/Makefile 2006-02-11 04:30:09 UTC (rev 1401)
@@ -42,7 +42,7 @@
        ../$(DIR)/configure --prefix=$(CROSS_WD) --host=$(LFS_HOST) \
         --target=$(LFS_TARGET) --with-local-prefix=$(WD) --disable-nls \
         --disable-shared --disable-threads --enable-languages=c 
-       make $(PM) $(EXTRA_FLAGS_FOR_TOOLS) all-gcc
+       make $(PM) all-gcc
        make install-gcc
 
 cross: $(FILE) $(PATCH1) $(PATCH40) $(PATCH41)
@@ -65,7 +65,7 @@
         --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \
         --enable-c99 --enable-long-long --enable-threads=posix
        make $(PM) AS_FOR_TARGET="$(CROSS_WD)/bin/$(LFS_TARGET)-as" \
-        LD_FOR_TARGET="$(CROSS_WD)/bin/$(LFS_TARGET)-ld" 
$(EXTRA_FLAGS_FOR_TOOLS)
+        LD_FOR_TARGET="$(CROSS_WD)/bin/$(LFS_TARGET)-ld"
        make install
 
 stage1: $(FILE) $(PATCH1) $(PATCH40) $(PATCH41)

Modified: trunk/packages/gcc/vars/vars.sparc64
===================================================================
--- trunk/packages/gcc/vars/vars.sparc64        2006-02-11 03:35:48 UTC (rev 
1400)
+++ trunk/packages/gcc/vars/vars.sparc64        2006-02-11 04:30:09 UTC (rev 
1401)
@@ -1,2 +1 @@
 STARTFILE_PREFIX_SPEC_HEADERS= gcc/config/linux.h gcc/config/linux64.h
-EXTRA_FLAGS_FOR_TOOLS= CFLAGS_FOR_TARGET="-mcpu=ultrasparc -mtune=ultrasparc" 
CXXFLAGS_FOR_TARGET="-mcpu=ultrasparc -mtune=ultrasparc"
\ No newline at end of file

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to