Undefining TARGET_VERSION is both bogus and deviant from all ofther gcc
ports.
This commit is contained in:
parent
243ce288ee
commit
ba44e6dbd5
3
gnu/dist/gcc/config/alpha/alpha.h
vendored
3
gnu/dist/gcc/config/alpha/alpha.h
vendored
@ -49,9 +49,6 @@ Boston, MA 02111-1307, USA. */
|
||||
|| !strcmp (STR, "iwithprefix") || !strcmp (STR, "iwithprefixbefore") \
|
||||
|| !strcmp (STR, "isystem"))
|
||||
|
||||
/* Print subsidiary information on the compiler version in use. */
|
||||
#define TARGET_VERSION
|
||||
|
||||
/* Run-time compilation parameters selecting different hardware subsets. */
|
||||
|
||||
/* Which processor to schedule for. The cpu attribute defines a list that
|
||||
|
4
gnu/dist/gcc/config/alpha/netbsd.h
vendored
4
gnu/dist/gcc/config/alpha/netbsd.h
vendored
@ -68,10 +68,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#undef WCHAR_TYPE_SIZE
|
||||
#define WCHAR_TYPE_SIZE 32
|
||||
|
||||
/* XXX Redefine this; <alpha/alpha.h> mucks with it. */
|
||||
#undef TARGET_VERSION
|
||||
#define TARGET_VERSION fprintf (stderr, " (%s)", TARGET_NAME);
|
||||
|
||||
/* Generate calls to memcpy, etc., not bcopy, etc. */
|
||||
#define TARGET_MEM_FUNCTIONS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user