diff options
author | Andreas Schwab <schwab@suse.de> | 1998-04-01 00:53:13 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1998-04-01 00:53:13 +0000 |
commit | c5528b5d8bb1ba1a8d1506f4952f0ff4ee11135a (patch) | |
tree | ad339c3f2547e1e1da9b5de8481e4e06218ffae6 | |
parent | 71bedb76ac4e71537d980705ed8d390950570071 (diff) | |
download | glibc-c5528b5d8bb1ba1a8d1506f4952f0ff4ee11135a.tar.gz glibc-c5528b5d8bb1ba1a8d1506f4952f0ff4ee11135a.tar.xz glibc-c5528b5d8bb1ba1a8d1506f4952f0ff4ee11135a.zip |
* sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
* sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and install lddlibc4. Wed Apr 1 10:50:23 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file. * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and install lddlibc4.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/Makefile | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/dl-librecon.h | 1 |
3 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index aa7ba568af..e01db2822d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Apr 1 10:50:23 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file. + + * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and + install lddlibc4. + 1998-03-31 Ulrich Drepper <drepper@cygnus.com> * iconvdata/Makefile: Use libKSC shared object in JOHAB and diff --git a/sysdeps/unix/sysv/linux/m68k/Makefile b/sysdeps/unix/sysv/linux/m68k/Makefile index 12e95f11bf..eb0921d9be 100644 --- a/sysdeps/unix/sysv/linux/m68k/Makefile +++ b/sysdeps/unix/sysv/linux/m68k/Makefile @@ -5,3 +5,8 @@ m68k-syntax-flag = -DMOTOROLA_SYNTAX ifeq ($(subdir),misc) sysdep_routines += mremap endif + +ifeq ($(subdir),elf) +others += lddlibc4 +install-bin += lddlibc4 +endif diff --git a/sysdeps/unix/sysv/linux/m68k/dl-librecon.h b/sysdeps/unix/sysv/linux/m68k/dl-librecon.h new file mode 100644 index 0000000000..dbb4e75712 --- /dev/null +++ b/sysdeps/unix/sysv/linux/m68k/dl-librecon.h @@ -0,0 +1 @@ +#include <sysdeps/unix/sysv/linux/i386/dl-librecon.h> |