Deleted Added
full compact
config.gcc (219374) config.gcc (219639)
1# GCC target-specific configuration file.
2# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
3# Free Software Foundation, Inc.
4
5#This file is part of GCC.
6
7#GCC is free software; you can redistribute it and/or modify it under
8#the terms of the GNU General Public License as published by the Free

--- 254 unchanged lines hidden (view full) ---

263frv*) cpu_type=frv
264 ;;
265xscale-*-*)
266 cpu_type=arm
267 extra_headers="mmintrin.h"
268 ;;
269i[34567]86-*-*)
270 cpu_type=i386
1# GCC target-specific configuration file.
2# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
3# Free Software Foundation, Inc.
4
5#This file is part of GCC.
6
7#GCC is free software; you can redistribute it and/or modify it under
8#the terms of the GNU General Public License as published by the Free

--- 254 unchanged lines hidden (view full) ---

263frv*) cpu_type=frv
264 ;;
265xscale-*-*)
266 cpu_type=arm
267 extra_headers="mmintrin.h"
268 ;;
269i[34567]86-*-*)
270 cpu_type=i386
271 extra_headers="mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h pmmintrin.h"
271 extra_headers="mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
272 pmmintrin.h tmmintrin.h"
272 ;;
273x86_64-*-*)
274 cpu_type=i386
273 ;;
274x86_64-*-*)
275 cpu_type=i386
275 extra_headers="mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h pmmintrin.h"
276 extra_headers="mmintrin.h mm3dnow.h xmmintrin.h emmintrin.h
277 pmmintrin.h tmmintrin.h"
276 need_64bit_hwint=yes
277 ;;
278ia64-*-*)
279 extra_headers=ia64intrin.h
280 need_64bit_hwint=yes
281 ;;
282hppa*-*-* | parisc*-*-*)
283 cpu_type=pa

--- 2864 unchanged lines hidden ---
278 need_64bit_hwint=yes
279 ;;
280ia64-*-*)
281 extra_headers=ia64intrin.h
282 need_64bit_hwint=yes
283 ;;
284hppa*-*-* | parisc*-*-*)
285 cpu_type=pa

--- 2864 unchanged lines hidden ---