diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-19 19:46:07 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-19 19:46:07 +0000 |
commit | 748fad954ea689db771f24f24da0ef00daf63cb8 (patch) | |
tree | 64298c81b5577ea7cba0b53b4c728f1dec17f570 /gcc | |
parent | 5ec47f6049561ec52125da7f3e44ba269f9372ea (diff) | |
download | gcc-748fad954ea689db771f24f24da0ef00daf63cb8.zip gcc-748fad954ea689db771f24f24da0ef00daf63cb8.tar.gz gcc-748fad954ea689db771f24f24da0ef00daf63cb8.tar.bz2 |
xm-vsta.h: Remove xm-file believed useless.
* config/i386/xm-vsta.h: Remove xm-file believed useless.
* config.build (i386-vsta): Remove reference to it.
* config.host (i386-vsta): Remove reference to it.
From-SVN: r71587
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config.build | 1 | ||||
-rw-r--r-- | gcc/config.host | 1 | ||||
-rw-r--r-- | gcc/config/i386/xm-vsta.h | 11 |
4 files changed, 6 insertions, 13 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5aa6ebc..5958a5c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-09-19 Nathanael Nerode <neroden@gcc.gnu.org> + + * config/i386/xm-vsta.h: Remove xm-file believed useless. + * config.build (i386-vsta): Remove reference to it. + * config.host (i386-vsta): Remove reference to it. + 2003-09-19 Phil Edwards <phil@codesourcery.com> * doc/install.texi: Document the multiple testsuite options. diff --git a/gcc/config.build b/gcc/config.build index 676800c..bfbee5b 100644 --- a/gcc/config.build +++ b/gcc/config.build @@ -110,7 +110,6 @@ case $build in ;; i386-*-vsta) # Intel 80386's running VSTa kernel - build_xm_file="i386/xm-vsta.h" ;; m68000-hp-hpux* | m68k-hp-hpux*) # HP 9000 series 300 diff --git a/gcc/config.host b/gcc/config.host index 6928daf..9c7b85a 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -306,7 +306,6 @@ case ${host} in i[34567]86-*-sysv*) # Intel 80386's running System V ;; i386-*-vsta) # Intel 80386's running VSTa kernel - host_xm_file="i386/xm-vsta.h" ;; i[34567]86-*-pe | i[34567]86-*-cygwin*) host_xm_file=i386/xm-cygwin.h diff --git a/gcc/config/i386/xm-vsta.h b/gcc/config/i386/xm-vsta.h deleted file mode 100644 index 53943ea..0000000 --- a/gcc/config/i386/xm-vsta.h +++ /dev/null @@ -1,11 +0,0 @@ -/* Use semicolons to separate elements of a path. */ -#define PATH_SEPARATOR ';' - -#define TARGET_OS_CPP_BUILTINS() \ - do \ - { \ - builtin_define_std ("unix"); \ - } \ - while (0) - -#define CPP_SPEC "%{posix:-D_POSIX_SOURCE}" |