diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-10 09:22:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-10 09:22:54 +0000 |
commit | f135896acd52643bfd3935aa2ff6466100d82074 (patch) | |
tree | 95a9484fb8a9ddeab96b205c9973e24b26402a17 /sysdeps | |
parent | 231e88a4084f0ca57e2c2aba604e1321347a021b (diff) | |
download | glibc-f135896acd52643bfd3935aa2ff6466100d82074.zip glibc-f135896acd52643bfd3935aa2ff6466100d82074.tar.gz glibc-f135896acd52643bfd3935aa2ff6466100d82074.tar.bz2 |
Update.
* sysdeps/m68k/Makefile: Remove CLFAGS-.oS addition.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/m68k/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile index 68dc258..fab6bd5 100644 --- a/sysdeps/m68k/Makefile +++ b/sysdeps/m68k/Makefile @@ -26,7 +26,6 @@ endif asm-CPPFLAGS += $(m68k-syntax-flag) pic-ccflag = -fpic -CFLAGS-.oS += -fPIC # Make sure setjmp.c is compiled with a frame pointer CFLAGS-setjmp.c := -fno-omit-frame-pointer |