Mercurial > hg > CbC > CbC_gcc
comparison gcc/config/arm/t-pe @ 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 | 77e2b8dfacca |
children |
comparison
equal
deleted
inserted
replaced
65:65488c3d617d | 67:f6334be47118 |
---|---|
1 # Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2008, 2009 | 1 # Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2008, 2009, |
2 # 2010 | |
2 # Free Software Foundation, Inc. | 3 # Free Software Foundation, Inc. |
3 # | 4 # |
4 # This file is part of GCC. | 5 # This file is part of GCC. |
5 # | 6 # |
6 # GCC is free software; you can redistribute it and/or modify | 7 # GCC is free software; you can redistribute it and/or modify |
37 echo '#define FLOAT_WORD_ORDER_MISMATCH' >> dp-bit.c | 38 echo '#define FLOAT_WORD_ORDER_MISMATCH' >> dp-bit.c |
38 echo '#endif' >> dp-bit.c | 39 echo '#endif' >> dp-bit.c |
39 cat $(srcdir)/config/fp-bit.c >> dp-bit.c | 40 cat $(srcdir)/config/fp-bit.c >> dp-bit.c |
40 | 41 |
41 pe.o: $(srcdir)/config/arm/pe.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ | 42 pe.o: $(srcdir)/config/arm/pe.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ |
42 $(RTL_H) output.h flags.h $(TREE_H) expr.h toplev.h $(TM_P_H) | 43 $(RTL_H) output.h flags.h $(TREE_H) expr.h $(TM_P_H) |
43 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ | 44 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ |
44 $(srcdir)/config/arm/pe.c | 45 $(srcdir)/config/arm/pe.c |
45 | 46 |
46 MULTILIB_OPTIONS = mhard-float mthumb | 47 MULTILIB_OPTIONS = mhard-float mthumb |
47 MULTILIB_DIRNAMES = fpu thumb | 48 MULTILIB_DIRNAMES = fpu thumb |