diff options
author | Steve Chamberlain <steve@cygnus> | 1991-09-19 21:04:59 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-09-19 21:04:59 +0000 |
commit | 33638b1c2e3958dc5334c161eefd593da2835180 (patch) | |
tree | 14ba93bfb826e971dae70d7e382492f295c667b1 /ld/config | |
parent | 9fe37813cd2a37210571f2bcea0335af4a690fbe (diff) | |
download | gdb-33638b1c2e3958dc5334c161eefd593da2835180.zip gdb-33638b1c2e3958dc5334c161eefd593da2835180.tar.gz gdb-33638b1c2e3958dc5334c161eefd593da2835180.tar.bz2 |
Initial revision
Diffstat (limited to 'ld/config')
-rwxr-xr-x | ld/config/h-i386v | 3 | ||||
-rwxr-xr-x | ld/config/h-m68kv | 3 | ||||
-rw-r--r-- | ld/config/i386v.mt | 3 | ||||
-rw-r--r-- | ld/config/m68kv.mt | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/ld/config/h-i386v b/ld/config/h-i386v new file mode 100755 index 0000000..35d9e95 --- /dev/null +++ b/ld/config/h-i386v @@ -0,0 +1,3 @@ +# $Id$ + +HDEFINES=-DHOST_SYS=i386_SYSV_SYS diff --git a/ld/config/h-m68kv b/ld/config/h-m68kv new file mode 100755 index 0000000..b71c6d6 --- /dev/null +++ b/ld/config/h-m68kv @@ -0,0 +1,3 @@ +# $Id$ + +HDEFINES=-DHOST_SYS=M68K_SYSV_SYS diff --git a/ld/config/i386v.mt b/ld/config/i386v.mt new file mode 100644 index 0000000..ec37d7c --- /dev/null +++ b/ld/config/i386v.mt @@ -0,0 +1,3 @@ +# $Id$ + +TDEFINES = -DDEFAULT_EMULATION=i386v_EMULATION_NAME diff --git a/ld/config/m68kv.mt b/ld/config/m68kv.mt new file mode 100644 index 0000000..7c5a953 --- /dev/null +++ b/ld/config/m68kv.mt @@ -0,0 +1,3 @@ +# $Id$ + +TDEFINES = -DDEFAULT_EMULATION=m68kv_EMULATION_NAME |