projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
943dbfb
)
Removed an extraneous PPC definition
author
Kim Knuttila
<krk@cygnus>
Wed, 27 Sep 1995 16:23:12 +0000
(16:23 +0000)
committer
Kim Knuttila
<krk@cygnus>
Wed, 27 Sep 1995 16:23:12 +0000
(16:23 +0000)
gas/configure
patch
|
blob
|
history
diff --git
a/gas/configure
b/gas/configure
index 659b5438eedd2d6982391381ddeba123ab653656..4c98f0e467db0867f65671ae1b5d68831c5b0416 100755
(executable)
--- a/
gas/configure
+++ b/
gas/configure
@@
-951,10
+951,6
@@
EOF
;;
m88k) cat >> confdefs.h <<\EOF
#define M88KCOFF 1
-EOF
- ;;
- ppc) cat >> confdefs.h <<\EOF
-#define PPC 1
EOF
;;
esac