Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
6dd68519
Commit
6dd68519
authored
Jun 22, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(HZ): Now 100 and don't define if already defined.
From-SVN: r10026
parent
0fffa5e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
gcc/config/m68k/xm-atari.h
+5
-3
No files found.
gcc/config/m68k/xm-atari.h
View file @
6dd68519
/* Definitions of host machine for GNU compiler.
Atari TT ASV version.
Copyright (C) 1994 Free Software Foundation, Inc.
Copyright (C) 1994
, 1995
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
@@ -23,9 +23,11 @@ Boston, MA 02111-1307, USA. */
#define HAVE_VPRINTF
/* Host has vprintf() in library */
/* A
SV does not define HZ, so we have to do it ourselves.
*/
/* A
dd HZ define if missing
*/
#define HZ 128
/* System clock */
#ifndef HZ
#define HZ 100
/* System clock */
#endif
/* Define FULL_PROTOTYPES for protoize.c, to get <unistd.h> included.
We need this file for things like R_OK, not necessarily prototypes. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment