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/acconfig.h | |
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/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 41d9201..ea3caa8 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -131,10 +131,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 |