diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-08 01:45:26 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-08 01:45:26 +0000 |
commit | 3add8e1353d62d77fdd9b4ca363cdfe7006b0efb (patch) | |
tree | 39d3a6907fc55059bf6705f1ea8a372a23bdeff5 /sysdeps/i386/Makefile | |
parent | a22f12b477654522f5be86a0148c30b7a24bd507 (diff) | |
download | glibc-3add8e1353d62d77fdd9b4ca363cdfe7006b0efb.tar.gz |
Support crti.S and crtn.S provided directly by architectures.
Diffstat (limited to 'sysdeps/i386/Makefile')
-rw-r--r-- | sysdeps/i386/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/i386/Makefile b/sysdeps/i386/Makefile index 661473e226..e1deecee87 100644 --- a/sysdeps/i386/Makefile +++ b/sysdeps/i386/Makefile @@ -5,12 +5,6 @@ asm-CPPFLAGS += -DGAS_SYNTAX # The i386 `long double' is a distinct type we support. long-double-fcts = yes -ifeq ($(subdir),csu) -# On i686 we must avoid generating the trampoline functions generated -# to get the GOT pointer. -CFLAGS-initfini.s += -march=i386 -mtune=i386 -endif - ifeq ($(subdir),gmon) sysdep_routines += i386-mcount endif |