diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-04-08 18:24:37 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-04-08 18:24:37 +0000 |
commit | bc2f76abd59b1fa8f8bd5ce3b0b0239034b2091a (patch) | |
tree | aca12c35df3152e16655482d48f893bf4cbced24 /config | |
parent | a649a160fe8ff840668539f5fdfce1e2ad5302d6 (diff) | |
download | gdb-bc2f76abd59b1fa8f8bd5ce3b0b0239034b2091a.zip gdb-bc2f76abd59b1fa8f8bd5ce3b0b0239034b2091a.tar.gz gdb-bc2f76abd59b1fa8f8bd5ce3b0b0239034b2091a.tar.bz2 |
* mt-a29k, mt-ebmon29k, mt-os68k, mt-ose68000, mt-ose68k,
mt-vxworks68, mt-vxworks960: Removed obsolete, unused target
Makefile fragment files.
Diffstat (limited to 'config')
-rw-r--r-- | config/mt-a29k | 9 | ||||
-rw-r--r-- | config/mt-ebmon29k | 11 | ||||
-rw-r--r-- | config/mt-os68k | 2 | ||||
-rw-r--r-- | config/mt-ose68000 | 2 | ||||
-rw-r--r-- | config/mt-ose68k | 2 | ||||
-rw-r--r-- | config/mt-vxworks68 | 2 | ||||
-rw-r--r-- | config/mt-vxworks960 | 2 |
7 files changed, 0 insertions, 30 deletions
diff --git a/config/mt-a29k b/config/mt-a29k deleted file mode 100644 index 4e4fb5f..0000000 --- a/config/mt-a29k +++ /dev/null @@ -1,9 +0,0 @@ -#AR = ar-a29k -#AR_FLAGS = qs -#RANLIB = true - -# This is a hack. By declaring subdirs using "SUBDIRS=" rather than -# with a space, config won't reset this. This is a hack to override -# the set of directories to be made. -SUBDIRS= binutils gas gnulib gcc clib - diff --git a/config/mt-ebmon29k b/config/mt-ebmon29k deleted file mode 100644 index 9eff263..0000000 --- a/config/mt-ebmon29k +++ /dev/null @@ -1,11 +0,0 @@ - -# don't build gnulib -INSTALL_GNULIB = -INSTALL_HEADERS = - -# Turn off focred include mangling -INSTALL_FIXED_INCLUDES= nothing -INSTALL_USR_LOCAL = nothing - -ALL= all.cross -INSTALL_TARGET= install.cross diff --git a/config/mt-os68k b/config/mt-os68k deleted file mode 100644 index aa125af..0000000 --- a/config/mt-os68k +++ /dev/null @@ -1,2 +0,0 @@ -ALL= all.cross -INSTALL_TARGET= install.cross diff --git a/config/mt-ose68000 b/config/mt-ose68000 deleted file mode 100644 index aa125af..0000000 --- a/config/mt-ose68000 +++ /dev/null @@ -1,2 +0,0 @@ -ALL= all.cross -INSTALL_TARGET= install.cross diff --git a/config/mt-ose68k b/config/mt-ose68k deleted file mode 100644 index aa125af..0000000 --- a/config/mt-ose68k +++ /dev/null @@ -1,2 +0,0 @@ -ALL= all.cross -INSTALL_TARGET= install.cross diff --git a/config/mt-vxworks68 b/config/mt-vxworks68 deleted file mode 100644 index aa125af..0000000 --- a/config/mt-vxworks68 +++ /dev/null @@ -1,2 +0,0 @@ -ALL= all.cross -INSTALL_TARGET= install.cross diff --git a/config/mt-vxworks960 b/config/mt-vxworks960 deleted file mode 100644 index aa125af..0000000 --- a/config/mt-vxworks960 +++ /dev/null @@ -1,2 +0,0 @@ -ALL= all.cross -INSTALL_TARGET= install.cross |