diff options
author | K. Richard Pixley <rich@cygnus> | 1991-05-18 00:53:02 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-05-18 00:53:02 +0000 |
commit | 71887d2b3c67d957a6ff0d63e6c601f724a701d7 (patch) | |
tree | 5a236082e63df168be4e3e65158bf108743b395e /ld/config | |
parent | 2ec11e91b583e7850713875782806bd832d4b7bb (diff) | |
download | gdb-71887d2b3c67d957a6ff0d63e6c601f724a701d7.zip gdb-71887d2b3c67d957a6ff0d63e6c601f724a701d7.tar.gz gdb-71887d2b3c67d957a6ff0d63e6c601f724a701d7.tar.bz2 |
Using gcc here screws config and debugging something awful.
Diffstat (limited to 'ld/config')
-rwxr-xr-x | ld/config/hmake-sun4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/config/hmake-sun4 b/ld/config/hmake-sun4 index 2227d6b..9c7fb77 100755 --- a/ld/config/hmake-sun4 +++ b/ld/config/hmake-sun4 @@ -1,6 +1,6 @@ HDEFINES=-DHOST_SYS=SUN4_SYS YACC=yacc -tvd -CC=gcc -Wall -ansi +#CC=gcc -Wall -ansi #stuff for self hosting HOSTING_CRT0=/lib/crt0.o HOSTING_LIBS=/limbo/latest/=sun4/lib/gcc/sparc/1.92/gnulib -lc |