Module Name:    src
Committed By:   matt
Date:           Tue Feb  5 03:02:10 UTC 2013

Modified Files:
        src/external/gpl3/gcc/dist/gcc: config.gcc

Log Message:
Don't include t-arm-elf since it just provides stuff which netbsd already has.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/gpl3/gcc/dist/gcc/config.gcc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/config.gcc
diff -u src/external/gpl3/gcc/dist/gcc/config.gcc:1.15 src/external/gpl3/gcc/dist/gcc/config.gcc:1.16
--- src/external/gpl3/gcc/dist/gcc/config.gcc:1.15	Thu Jan 31 06:53:21 2013
+++ src/external/gpl3/gcc/dist/gcc/config.gcc	Tue Feb  5 03:02:10 2013
@@ -730,7 +730,8 @@ arm*-*-netbsdelf*)
 	case ${target} in
 	arm*-*-netbsdelf-*eabi*)
 	    tm_file="$tm_file arm/bpabi.h arm/netbsd-elf.h arm/netbsd-eabi.h"
-	    tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi"
+	    #tmake_file="$tmake_file arm/t-arm-elf"
+	    tmake_file="$tmake_file arm/t-bpabi"
 	    tmake_file="$tmake_file arm/t-netbsd-eabi"
   	    # The BPABI long long divmod functions return a 128-bit value in
 	    # registers r0-r3.  Correctly modeling that requires the use of

Reply via email to