diff options
author | John Gilmore <gnu@cygnus> | 1991-10-11 11:35:07 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-11 11:35:07 +0000 |
commit | 683819e163ec5d236ca03c7af784c934300a3984 (patch) | |
tree | 05ede3fd9923ac1a20af8c1ddb948894b5598929 /ld/config/sparc-ll.mh | |
parent | 8a60817c3830cc419ac65e4addaff30ecc7bce7c (diff) | |
download | gdb-683819e163ec5d236ca03c7af784c934300a3984.zip gdb-683819e163ec5d236ca03c7af784c934300a3984.tar.gz gdb-683819e163ec5d236ca03c7af784c934300a3984.tar.bz2 |
Restructure configuration scheme for bfd, binutils, ld.
* config/: Rename some config files to match up h-*.h names.
Remove all the HOST_SYS definitions from the config files.
Diffstat (limited to 'ld/config/sparc-ll.mh')
-rw-r--r-- | ld/config/sparc-ll.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/config/sparc-ll.mh b/ld/config/sparc-ll.mh index 92f74ad..23cdb47 100644 --- a/ld/config/sparc-ll.mh +++ b/ld/config/sparc-ll.mh @@ -1,4 +1,4 @@ -HDEFINES=-DHOST_SYS=SUN4_SYS -DHOST_64_BIT="long long" +HDEFINES=-DHOST_64_BIT="long long" YACC=yacc -tvd CC=/usr/latest/bin/gcc -Wall -ansi #stuff for self hosting |