Mercurial > hg > CbC > CbC_gcc
annotate gcc/config/i386/t-netware @ 90:99e7b6776dd1
implemeted __rectype expression. add CbC-exanples/fact-rectype.s
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 25 Dec 2011 04:04:42 +0900 |
parents | 77e2b8dfacca |
children |
rev | line source |
---|---|
0 | 1 TARGET_LIBGCC2_CFLAGS = -mpreferred-stack-boundary=2 -fomit-frame-pointer |
2 | |
3 netware.o: $(srcdir)/config/i386/netware.c $(RTL_H) $(TREE_H) $(CONFIG_H) $(TM_P_H) | |
55
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
4 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ |
77e2b8dfacca
update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
5 $(srcdir)/config/i386/netware.c |
0 | 6 |
7 # We don't need some of GCC's own include files. | |
8 USER_H = $(srcdir)/ginclude/stdarg.h \ | |
9 $(srcdir)/ginclude/varargs.h \ | |
10 $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS) |