Initial revision
From-SVN: r12076
This commit is contained in:
parent
7fca80d0fd
commit
b421dce2b6
4
gcc/config/i386/t-dgux
Normal file
4
gcc/config/i386/t-dgux
Normal file
@ -0,0 +1,4 @@
|
||||
#
|
||||
# target makefile for dgux
|
||||
#
|
||||
EXTRA_PARTS=crtbegin.o crtend.o
|
11
gcc/config/i386/x-dgux
Normal file
11
gcc/config/i386/x-dgux
Normal file
@ -0,0 +1,11 @@
|
||||
#
|
||||
# host is ix86 running dgux
|
||||
#
|
||||
CC = /bin/gcc
|
||||
X_CFLAGS = -O -mstandard -mlegend
|
||||
BOOT_CFLAGS = -O2 -g -mstandard -mlegend $(CFLAGS)
|
||||
CLIB = -lw32
|
||||
RANLIB = true
|
||||
INSTALL_HEADERS =
|
||||
STMP_FIXPROTO =
|
||||
|
Loading…
Reference in New Issue
Block a user