Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for images:local
openSUSE:12.2:ARM
glibc.i686
glibc-no-unwind-tables.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File glibc-no-unwind-tables.diff of Package glibc.i686
initfini.c is compiled to assembly and further processed and split, we can't have unwind tables therein. Index: glibc-2.15/csu/Makefile =================================================================== --- glibc-2.15.orig/csu/Makefile +++ glibc-2.15/csu/Makefile @@ -93,7 +93,7 @@ omit-deps += $(crtstuff) $(crtstuff:%=$(objpfx)%.o): %.o: %.S $(objpfx)defs.h $(compile.S) -g0 $(ASFLAGS-.os) -o $@ -CFLAGS-initfini.s = -g0 -fPIC -fno-inline-functions $(fno-unit-at-a-time) +CFLAGS-initfini.s = -g0 -fPIC -fno-inline-functions $(fno-unit-at-a-time) -fno-unwind-tables -fno-asynchronous-unwind-tables vpath initfini.c $(sysdirs) Index: glibc-2.15/nptl/Makefile =================================================================== --- glibc-2.15.orig/nptl/Makefile +++ glibc-2.15/nptl/Makefile @@ -342,7 +342,7 @@ endif extra-objs += $(crti-objs) $(crtn-objs) omit-deps += crti crtn -CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions $(fno-unit-at-a-time) +CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions $(fno-unit-at-a-time) -fno-unwind-tables -fno-asynchronous-unwind-tables endif CFLAGS-flockfile.c = -D_IO_MTSAFE_IO Index: glibc-2.15/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile =================================================================== --- glibc-2.15.orig/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile +++ glibc-2.15/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile @@ -1,4 +1,4 @@ ifeq ($(subdir),nptl) CFLAGS-pt-initfini.s = -g0 -fPIC -fno-inline-functions \ - -fno-asynchronous-unwind-tables $(fno-unit-at-a-time) + -fno-unwind-tables -fno-asynchronous-unwind-tables $(fno-unit-at-a-time) endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor