diff options
author | Jeff Law <law@redhat.com> | 2017-05-03 09:23:35 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2017-05-03 09:23:35 -0600 |
commit | f47337aef62435fcaa2549a42bac21020507a2c8 (patch) | |
tree | f43660b6ff47be556a863529206eefc0d8e331a4 | |
parent | 31c830503b480498449db3eb61daff50c2732da5 (diff) | |
download | gcc-f47337aef62435fcaa2549a42bac21020507a2c8.zip gcc-f47337aef62435fcaa2549a42bac21020507a2c8.tar.gz gcc-f47337aef62435fcaa2549a42bac21020507a2c8.tar.bz2 |
config-list.mk (am33_2.0-linux): Remove from list of targets to build.
2007-05-03 Jeff Law <law@redhat.com>
* config-list.mk (am33_2.0-linux): Remove from list of targets
to build.
From-SVN: r247553
-rw-r--r-- | contrib/ChangeLog | 5 | ||||
-rw-r--r-- | contrib/config-list.mk | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 655e7fb..c26ced0 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2007-05-03 Jeff Law <law@redhat.com> + + * config-list.mk (am33_2.0-linux): Remove from list of targets + to build. + 2017-05-02 Jakub Jelinek <jakub@redhat.com> * gennews (files): Add files for GCC 7. diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 0edc8a4..fee08b0 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -32,7 +32,7 @@ GCC_SRC_DIR=../../gcc # v850e1-elf is rejected by config.sub LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ alpha-linux-gnu alpha-freebsd6 alpha-netbsd alpha-openbsd \ - alpha64-dec-vms alpha-dec-vms am33_2.0-linux \ + alpha64-dec-vms alpha-dec-vms \ arc-elf32OPT-with-cpu=arc600 arc-elf32OPT-with-cpu=arc700 \ arc-linux-uclibcOPT-with-cpu=arc700 arceb-linux-uclibcOPT-with-cpu=arc700 \ arm-wrs-vxworks arm-netbsdelf \ |