diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 03:11:36 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 03:11:36 +0000 |
commit | 9a63ad9273061dc19cbd117762e365ea9634e241 (patch) | |
tree | 052f4bb635f2bea2c5e350bd60c902be100a0d1e /contrib/gcc/config/i386/t-nto | |
parent | fe349557597c18e74a14e9a0d2bdb422892159d8 (diff) |
Gcc 3.4.2 20040728.
Notes
Notes:
svn path=/vendor/gcc/dist/; revision=132718
Diffstat (limited to 'contrib/gcc/config/i386/t-nto')
-rw-r--r-- | contrib/gcc/config/i386/t-nto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcc/config/i386/t-nto b/contrib/gcc/config/i386/t-nto new file mode 100644 index 000000000000..b80ff802927a --- /dev/null +++ b/contrib/gcc/config/i386/t-nto @@ -0,0 +1,4 @@ +CRTSTUFF_T_CFLAGS = -fno-omit-frame-pointer -fPIC +TARGET_LIBGCC2_CFLAGS = -fPIC -fexceptions + +EXTRA_PARTS = crtbegin.o |