mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
* config/i386bsd.mh: New file.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Tue Mar 8 04:22:27 1994 David J. Mackenzie (djm@rtl.cygnus.com)
|
||||||
|
|
||||||
|
* config/i386bsd.mh: New file.
|
||||||
|
|
||||||
Mon Mar 7 15:23:24 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
Mon Mar 7 15:23:24 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||||
|
|
||||||
* elf.sc: Permit TEXT_START_SYMBOLS and DATA_START_SYMBOLS to be
|
* elf.sc: Permit TEXT_START_SYMBOLS and DATA_START_SYMBOLS to be
|
||||||
|
@ -48,6 +48,7 @@ i386-elf.mt
|
|||||||
i386-linux.mt
|
i386-linux.mt
|
||||||
i386-lynx.mt
|
i386-lynx.mt
|
||||||
i386-mach.mt
|
i386-mach.mt
|
||||||
|
i386bsd.mh
|
||||||
i386sco.mh
|
i386sco.mh
|
||||||
i386v.mh
|
i386v.mh
|
||||||
i386v.mt
|
i386v.mt
|
||||||
|
5
ld/config/i386bsd.mh
Normal file
5
ld/config/i386bsd.mh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# The new BSD `make' has a bug: it doesn't pass empty arguments in
|
||||||
|
# shell commands. So we need to make this value non-empty in order
|
||||||
|
# for the genscripts.sh call to work. There's nothing magic about
|
||||||
|
# the value `/lib'; it's just a dummy.
|
||||||
|
NATIVE_LIB_DIRS = /lib
|
Reference in New Issue
Block a user