comparison gcc/config/i386/mingw-w64.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents b7f97abdc517
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Operating system specific defines to be used when targeting GCC for 1 /* Operating system specific defines to be used when targeting GCC for
2 hosting on Windows 32/64 via mingw-w64 runtime, using GNU tools and 2 hosting on Windows 32/64 via mingw-w64 runtime, using GNU tools and
3 the Windows API Library. 3 the Windows API Library.
4 Copyright (C) 2009, 4 Copyright (C) 2009,
5 2009 Free Software Foundation, Inc. 5 2010 Free Software Foundation, Inc.
6 6
7 This file is part of GCC. 7 This file is part of GCC.
8 8
9 GCC is free software; you can redistribute it and/or modify 9 GCC is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
34 crtbegin.o%s" 34 crtbegin.o%s"
35 35
36 /* Enable multilib. */ 36 /* Enable multilib. */
37 37
38 #undef ASM_SPEC 38 #undef ASM_SPEC
39 #define ASM_SPEC "%{v:-v} %{n} %{T} %{Ym,*} %{Yd,*} \ 39 #define ASM_SPEC "%{m32:--32} %{m64:--64}"
40 %{Wa,*:%*} %{m32:--32} %{m64:--64}"
41 40
42 #undef SPEC_32 41 #undef SPEC_32
43 #undef SPEC_64 42 #undef SPEC_64
44 #if TARGET_64BIT_DEFAULT 43 #if TARGET_64BIT_DEFAULT
45 #define SPEC_32 "m32" 44 #define SPEC_32 "m32"