projects
/
deliverable
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6129e2
)
Now works and self hosts
author
Steve Chamberlain
<steve@cygnus>
Fri, 14 Jun 1991 20:51:12 +0000
(20:51 +0000)
committer
Steve Chamberlain
<steve@cygnus>
Fri, 14 Jun 1991 20:51:12 +0000
(20:51 +0000)
ld/config/hmake-dgux
patch
|
blob
|
blame
|
history
diff --git
a/ld/config/hmake-dgux
b/ld/config/hmake-dgux
index 50658bc3649ce38c98f8ce76c5d5c8b68c7b33b7..9c4e9bc77ee9bb2557223b46501ca8ac35be39a9 100755
(executable)
--- a/
ld/config/hmake-dgux
+++ b/
ld/config/hmake-dgux
@@
-1,2
+1,9
@@
-HDEFINES = -DHOST_SYS=DGUX_SYS
-CC = gcc
+HDEFINES = -DHOST_SYS=DGUX_SYS -D__using_DGUX
+
+CC = gcc -Wall -ansi
+YACC=yacc -tvd
+
+HOSTING_CRT0=/lib/crt0.o -X
+HOSTING_LIBS=/usr/sde/m88kbcs/lib/libc.a
+HOSTING_EMU=LDEMULATION=gldm88kbcs; export LDEMULATION
+
This page took
0.024306 seconds
and
4
git commands to generate.