clfs-1.2
clfs-2.1
clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since 768c7e1 was 4af05f3, checked in by Jim Gifford <clfs@…>, 19 years ago |
Added: glibc 2.4
|
-
Property mode
set to
100644
|
File size:
758 bytes
|
Rev | Line | |
---|
[69cde8d] | 1 | Submitted By: Jim Gifford (patches at jg555 dot com)
|
---|
| 2 | Date: 2005-07-20
|
---|
| 3 | Initial Package Version: 2.3.5
|
---|
| 4 | Origin: Rene Rebe <rene@exactcode.de>
|
---|
| 5 | Upstream Status: Unknown
|
---|
| 6 | Description: Removes dependency for libgcc_eh
|
---|
| 7 |
|
---|
| 8 | --- glibc-2.3.5/Makeconfig.orig 2005-07-21 04:53:30.000000000 +0000
|
---|
| 9 | +++ glibc-2.3.5/Makeconfig 2005-07-21 04:53:49.000000000 +0000
|
---|
| 10 | @@ -503,12 +503,12 @@
|
---|
| 11 | libunwind = -lunwind
|
---|
| 12 | endif
|
---|
| 13 | ifneq ($(have-as-needed),yes)
|
---|
| 14 | - libgcc_eh := -lgcc_eh $(libunwind)
|
---|
| 15 | + libgcc_eh := $(libunwind)
|
---|
| 16 | else
|
---|
| 17 | libgcc_eh := -Wl,--as-needed -lgcc_s$(libgcc_s_suffix) $(libunwind) -Wl,--no-as-needed
|
---|
| 18 | endif
|
---|
| 19 | gnulib := -lgcc $(libgcc_eh)
|
---|
| 20 | -static-gnulib := -lgcc -lgcc_eh $(libunwind)
|
---|
| 21 | +static-gnulib := -lgcc $(libunwind)
|
---|
| 22 | libc.so-gnulib := -lgcc
|
---|
| 23 | endif
|
---|
| 24 | ifeq ($(elf),yes)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.