diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-20 03:58:18 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-20 03:58:18 +0000 |
commit | 8d5e4b1744dd3aa937a9edac8b73eafe10ee58dd (patch) | |
tree | 123d1bef31315a226908557ba1eca90db56b0848 /config/mh-hp300 | |
parent | a88ec2134a07870f3603691936105989560d67a1 (diff) | |
download | gdb-8d5e4b1744dd3aa937a9edac8b73eafe10ee58dd.zip gdb-8d5e4b1744dd3aa937a9edac8b73eafe10ee58dd.tar.gz gdb-8d5e4b1744dd3aa937a9edac8b73eafe10ee58dd.tar.bz2 |
* mh-hp300: Don't define CFLAGS to empty. Why should hp300 be
different from anything else? ("gdb doesn't understand the native
debug format" isn't a good enough answer because we might be using
gcc).
Diffstat (limited to 'config/mh-hp300')
-rw-r--r-- | config/mh-hp300 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/mh-hp300 b/config/mh-hp300 index 79b5a1e..364dd34 100644 --- a/config/mh-hp300 +++ b/config/mh-hp300 @@ -1,7 +1,6 @@ # Define SYSV as -DSYSV if you are using a System V operating system. SYSV = -DSYSV RANLIB = true -CFLAGS = # X11 X11_INCLUDE_FLAGS = -I/usr/include/X11R5 |