diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-02 06:54:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-02 06:54:15 +0000 |
commit | b71e7ce8641f7331de82cabea384359cf6d8546d (patch) | |
tree | e1e43e03961e7daaad13afa0cff3a4da30e7f791 /linuxthreads/sysdeps/i386/Makefile | |
parent | 5d9167133cd1b614e2841eceba5d6c3828059254 (diff) | |
download | glibc-b71e7ce8641f7331de82cabea384359cf6d8546d.tar.gz |
Update.
* elf/Makefile: Add rules to build and run initfirst test.
* elf/initfirst.c: New file.
* elf/firstobj.c: New file.
Diffstat (limited to 'linuxthreads/sysdeps/i386/Makefile')
-rw-r--r-- | linuxthreads/sysdeps/i386/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/i386/Makefile b/linuxthreads/sysdeps/i386/Makefile new file mode 100644 index 0000000000..811a799ad8 --- /dev/null +++ b/linuxthreads/sysdeps/i386/Makefile @@ -0,0 +1,5 @@ +ifeq ($(subdir),linuxthreads) +# On i686 we must avoid generating the trampoline functions generated +# to get the GOT pointer. +CFLAGS-pt-initfini.s += -march=i386 -mcpu=i386 +endif |