diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 22:59:01 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-01-02 22:59:01 +0000 |
commit | 93d331bafebc6920a957dc89b0a554656d9d466b (patch) | |
tree | e1f5b9ef448e6d8b1697d090edc19b0390986e47 /gdb/config.in | |
parent | 27e9bf901e2f3ff513fcbe04d4c1951697f0a7d5 (diff) | |
download | gdb-93d331bafebc6920a957dc89b0a554656d9d466b.zip gdb-93d331bafebc6920a957dc89b0a554656d9d466b.tar.gz gdb-93d331bafebc6920a957dc89b0a554656d9d466b.tar.bz2 |
* configure.in: Remove --with-cpu option.
subscripts. Remove evil changequotes here.
* acconfig.h (TARGET_CPU_DEFAULT): Remove.
* config.in, configure: Regenerated.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config.in b/gdb/config.in index 562ea1b..2025672 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -144,10 +144,6 @@ size_t, and assorted other type changes. */ #undef PROC_SERVICE_IS_OLD -/* If you want to specify a default CPU variant, define this to be its - name, as a C string. */ -#undef TARGET_CPU_DEFAULT - /* Define if the simulator is being linked in. */ #undef WITH_SIM |