diff options
author | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-01-15 21:20:17 +0000 |
---|---|---|
committer | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-01-15 21:20:17 +0000 |
commit | 386be5bb1b219145ddf3c4fa6e29932a323ef7d7 (patch) | |
tree | 7e3d89fb7ef0a70c791b1bf7d6e61307cd3b9b7a /gcc/config/t-gnu | |
parent | 6297070c44fcdc1aba67abe0b627dd81ef56c8eb (diff) | |
download | gcc-386be5bb1b219145ddf3c4fa6e29932a323ef7d7.tar.gz |
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10996 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/t-gnu')
-rw-r--r-- | gcc/config/t-gnu | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/config/t-gnu b/gcc/config/t-gnu new file mode 100644 index 00000000000..58969f21e20 --- /dev/null +++ b/gcc/config/t-gnu @@ -0,0 +1,13 @@ +LIBGCC1=libgcc1.null +CROSS_LIBGCC1=libgcc1.null + +# The pushl in CTOR initialization interferes with frame pointer elimination. + +# We need to use -fPIC when we are using gcc to compile the routines in +# crtstuff.c. This is only really needed when we are going to use gcc/g++ +# to produce a shared library, but since we don't know ahead of time when +# we will be doing that, we just always use -fPIC when compiling the +# routines in crtstuff.c. + +CRTSTUFF_T_CFLAGS = -fPIC -fno-omit-frame-pointer +TARGET_LIBGCC2_CFLAGS = -fPIC |