From: <ped...@us...> - 2007-12-25 20:38:20
|
Revision: 1112 http://cegcc.svn.sourceforge.net/cegcc/?rev=1112&view=rev Author: pedroalves Date: 2007-12-25 12:38:18 -0800 (Tue, 25 Dec 2007) Log Message: ----------- * config.gcc: Remove redundant arm-wince-mingw32ce,arm-*-mingw32ce and arm-wince-cegcc,arm-*-cegcc copies. Modified Paths: -------------- trunk/cegcc/src/gcc/gcc/ChangeLog.ce trunk/cegcc/src/gcc/gcc/config.gcc Modified: trunk/cegcc/src/gcc/gcc/ChangeLog.ce =================================================================== --- trunk/cegcc/src/gcc/gcc/ChangeLog.ce 2007-12-25 20:35:04 UTC (rev 1111) +++ trunk/cegcc/src/gcc/gcc/ChangeLog.ce 2007-12-25 20:38:18 UTC (rev 1112) @@ -1,3 +1,8 @@ +2007-12-25 Pedro Alves <ped...@po...> + + * config.gcc: Remove redundant arm-wince-mingw32ce,arm-*-mingw32ce + and arm-wince-cegcc,arm-*-cegcc copies. + 2007-11-29 Danny Backx <dan...@us...> * config/arm/mingw32.h, config/arm/wince-cegcc.h : Define Modified: trunk/cegcc/src/gcc/gcc/config.gcc =================================================================== --- trunk/cegcc/src/gcc/gcc/config.gcc 2007-12-25 20:35:04 UTC (rev 1111) +++ trunk/cegcc/src/gcc/gcc/config.gcc 2007-12-25 20:38:18 UTC (rev 1112) @@ -644,6 +644,21 @@ extra_parts="crtinit.o crtfini.o" use_fixproto=yes ;; +arm*-*-cegcc*) + tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h arm/wince-pe.h arm/wince-cegcc.h" + tmake_file="arm/t-arm arm/t-wince-pe arm/t-wince-cegcc" + extra_options="${extra_options} arm/pe.opt arm/cegcc.opt" + extra_objs="pe.o pe-stubs.o" + extra_gcc_objs=cegcc1.o + cxx_target_objs=pe-cxx.o + target_gtfiles="\$(srcdir)/config/arm/pe.c" + case ${enable_threads} in + "" | yes | win32) + thread_file='win32' + tmake_file="${tmake_file} arm/t-gthr-win32" + ;; + esac + ;; arm-*-coff* | armel-*-coff*) tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h" tmake_file="arm/t-arm arm/t-arm-coff" @@ -660,6 +675,21 @@ tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h arm/aout.h arm/freebsd.h arm/arm.h" tmake_file="${tmake_file} arm/t-arm arm/t-strongarm-elf" ;; +arm*-*-mingw32ce*) + tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h arm/wince-pe.h arm/mingw32.h" + xm_file=arm/xm-mingw32.h + tmake_file="arm/t-arm arm/t-wince-pe arm/t-cygming arm/t-mingw32" + target_gtfiles="\$(srcdir)/config/arm/pe.c" + extra_options="${extra_options} arm/pe.opt arm/cygming.opt" + extra_objs="pe.o pe-stubs.o" + cxx_target_objs=pe-cxx.o + case ${enable_threads} in + "" | yes | win32) + thread_file='win32' + tmake_file="${tmake_file} arm/t-gthr-win32" + ;; + esac + ;; arm*-*-netbsdelf*) tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h arm/arm.h arm/netbsd-elf.h" tmake_file="${tmake_file} arm/t-arm arm/t-netbsd" @@ -742,36 +772,6 @@ ;; esac ;; -arm*-wince-cegcc*) - tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h arm/wince-pe.h arm/wince-cegcc.h" - tmake_file="arm/t-arm arm/t-wince-pe arm/t-wince-cegcc" - extra_options="${extra_options} arm/pe.opt arm/cegcc.opt" - extra_objs="pe.o pe-stubs.o" - extra_gcc_objs=cegcc1.o - cxx_target_objs=pe-cxx.o - target_gtfiles="\$(srcdir)/config/arm/pe.c" - case ${enable_threads} in - "" | yes | win32) - thread_file='win32' - tmake_file="${tmake_file} arm/t-gthr-win32" - ;; - esac - ;; -arm-*-cegcc*) - tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h arm/wince-pe.h arm/wince-cegcc.h" - tmake_file="arm/t-arm arm/t-wince-pe arm/t-wince-cegcc" - extra_options="${extra_options} arm/pe.opt arm/cegcc.opt" - extra_objs="pe.o pe-stubs.o" - extra_gcc_objs=cegcc1.o - cxx_target_objs=pe-cxx.o - target_gtfiles="\$(srcdir)/config/arm/pe.c" - case ${enable_threads} in - "" | yes | win32) - thread_file='win32' - tmake_file="${tmake_file} arm/t-gthr-win32" - ;; - esac - ;; arm-*-pe*) tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h" tmake_file="arm/t-arm arm/t-pe" @@ -1270,36 +1270,6 @@ thread_file='posix' fi ;; -arm-*-mingw32*) - tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h arm/wince-pe.h arm/mingw32.h" - xm_file=arm/xm-mingw32.h - tmake_file="arm/t-arm arm/t-wince-pe arm/t-cygming arm/t-mingw32" - target_gtfiles="\$(srcdir)/config/arm/pe.c" - extra_options="${extra_options} arm/pe.opt arm/cygming.opt" - extra_objs="pe.o pe-stubs.o" - cxx_target_objs=pe-cxx.o - case ${enable_threads} in - "" | yes | win32) - thread_file='win32' - tmake_file="${tmake_file} arm/t-gthr-win32" - ;; - esac - ;; -arm-wince-mingw32*) - tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h arm/pe.h arm/wince-pe.h arm/mingw32.h" - xm_file=arm/xm-mingw32.h - tmake_file="arm/t-arm arm/t-wince-pe arm/t-cygming arm/t-mingw32" - target_gtfiles="\$(srcdir)/config/arm/pe.c" - extra_options="${extra_options} arm/pe.opt arm/cygming.opt" - extra_objs="pe.o pe-stubs.o" - cxx_target_objs=pe-cxx.o - case ${enable_threads} in - "" | yes | win32) - thread_file='win32' - tmake_file="${tmake_file} arm/t-gthr-win32" - ;; - esac - ;; i[34567]86-*-mingw32*) tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h" xm_file=i386/xm-mingw32.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |