New files.
This commit is contained in:
parent
8ab7ddc813
commit
0d71f51b8b
2 changed files with 28 additions and 0 deletions
|
@ -37,6 +37,7 @@ mh-go32
|
||||||
mh-hp300
|
mh-hp300
|
||||||
mh-hpux
|
mh-hpux
|
||||||
mh-hpux8
|
mh-hpux8
|
||||||
|
mh-i386pe
|
||||||
mh-irix4
|
mh-irix4
|
||||||
mh-irix5
|
mh-irix5
|
||||||
mh-linux
|
mh-linux
|
||||||
|
|
27
config/mh-i386pe
Normal file
27
config/mh-i386pe
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
CC=i386-newlib-pe-gcc
|
||||||
|
AR=i386-newlib-pe-ar
|
||||||
|
RANLIB=i386-newlib-pe-ranlib
|
||||||
|
CC_FOR_BUILD=gcc
|
||||||
|
HOST_CC=gcc
|
||||||
|
HOST_CFLAGS=
|
||||||
|
CFLAGS=-O2 -fno-omit-frame-pointer
|
||||||
|
HOST_PREFIX=foo
|
||||||
|
HOST_PREFIX_1=foo
|
||||||
|
RANLIB=i386-newlib-pe-ranlib
|
||||||
|
AR=i386-newlib-pe-ar
|
||||||
|
GCC_FOR_TARGET=${target_alias}-gcc
|
||||||
|
CXX_FOR_TARGET=${target_alias}-gcc
|
||||||
|
CC_FOR_TARGET=${target_alias}-gcc
|
||||||
|
AS_FOR_TARGET=${target_alias}-as
|
||||||
|
AR_FOR_TARGET=${target_alias}-ar
|
||||||
|
NM_FOR_TARGET=${target_alias}-nm
|
||||||
|
RANLIB_FOR_TARGET=${target_alias}-ranlib
|
||||||
|
HOST_PREFIX=cross
|
||||||
|
HOST_PREFIX_1=cross
|
||||||
|
MAKEINFOFLAGS=--no-split
|
||||||
|
|
||||||
|
INSTALL_DOSREL=install-dosrel
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue