diff options
author | Steve Chamberlain <steve@cygnus> | 1991-05-21 00:14:16 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-05-21 00:14:16 +0000 |
commit | 7ed4093abcbe329e94888b6ed1c0ead5bea4e7bf (patch) | |
tree | 52f735fbb18dd4bd2711f0b7b1c8f5b8555e336f /ld | |
parent | fc5d60745615a903d4a149fc5753ea54d3606597 (diff) | |
download | gdb-7ed4093abcbe329e94888b6ed1c0ead5bea4e7bf.zip gdb-7ed4093abcbe329e94888b6ed1c0ead5bea4e7bf.tar.gz gdb-7ed4093abcbe329e94888b6ed1c0ead5bea4e7bf.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'ld')
-rwxr-xr-x | ld/config/hmake-sun4-64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/config/hmake-sun4-64 b/ld/config/hmake-sun4-64 index 8d8e68e..92f74ad 100755 --- a/ld/config/hmake-sun4-64 +++ b/ld/config/hmake-sun4-64 @@ -1,6 +1,6 @@ -HDEFINES=-DHOST_SYS=SUN4_SYS -DTARGET_64_BIT +HDEFINES=-DHOST_SYS=SUN4_SYS -DHOST_64_BIT="long long" YACC=yacc -tvd -CC=/usr/local/bin/gcc -Wall -ansi +CC=/usr/latest/bin/gcc -Wall -ansi #stuff for self hosting HOSTING_CRT0=/lib/crt0.o HOSTING_LIBS=/limbo/latest/=sun4/lib/gcc/sparc/1.93/gnulib -lc |