-
Notifications
You must be signed in to change notification settings - Fork 15
/
ggx-01-src.patch
67 lines (67 loc) · 2.4 KB
/
ggx-01-src.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
diff -r 9877803f8c82 ChangeLog.ggx
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ChangeLog.ggx Mon Mar 10 07:57:30 2008 -0700
@@ -0,0 +1,6 @@
+2008-02-20 Anthony Green <green@spindazzle.org>
+
+ * config.sub: Add ggx support.
+ * configure.ac: Ditto.
+ * configure: Rebuilt.
+
diff -r 9877803f8c82 config.sub
--- a/config.sub Wed Feb 20 12:10:19 2008 -0800
+++ b/config.sub Mon Mar 10 07:57:30 2008 -0700
@@ -246,6 +246,7 @@ case $basic_machine in
| c4x | clipper \
| d10v | d30v | dlx | dsp16xx \
| fido | fr30 | frv \
+ | ggx \
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
| i370 | i860 | i960 | ia64 \
| ip2k | iq2000 \
diff -r 9877803f8c82 configure
--- a/configure Wed Feb 20 12:10:19 2008 -0800
+++ b/configure Mon Mar 10 07:57:30 2008 -0700
@@ -2,7 +2,7 @@
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2008 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
## --------------------- ##
@@ -2324,6 +2324,10 @@ case "${target}" in
;;
frv-*-*)
noconfigdirs="$noconfigdirs ${libgcj}"
+ ;;
+ ggx-*-*)
+ noconfigdirs="$noconfigdirs ${libgcj} gdb sim"
+ noconfigdirs="$noconfigdirs bfd binutils opcodes gas ld gprof"
;;
h8300*-*-*)
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
diff -r 9877803f8c82 configure.ac
--- a/configure.ac Wed Feb 20 12:10:19 2008 -0800
+++ b/configure.ac Mon Mar 10 07:57:30 2008 -0700
@@ -1,5 +1,6 @@
-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-# 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+# Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -601,6 +602,10 @@ case "${target}" in
;;
frv-*-*)
noconfigdirs="$noconfigdirs ${libgcj}"
+ ;;
+ ggx-*-*)
+ noconfigdirs="$noconfigdirs ${libgcj} gdb sim"
+ noconfigdirs="$noconfigdirs bfd binutils opcodes gas ld gprof"
;;
h8300*-*-*)
noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"