This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

I think I have this solved.


Copy winsup, newlib, and binutils 2.11.2 to gcc-3.0.
directories from binutils

binutils
ld
gas
intl
gprof
bfd
opcodes

everything but zlib and libiberty.

One thing I noticed is that Cygwin, binutils, and gcc have either zlib or
libiberty or both in their main directories.

At least copy winsup and newlib to gcc-3.0 directory, either that or name it
to something else like compiler.
I said binutils too.
Reason for this is that the new compiler will build binutils as well as a
new cygwin dll and other libraries like w32api, cygwin api, and mingw api.

problem is,
CFLAGS="-march=pentium -mcpu=pentium -D__CYGWIN__"
../configure --enable-sjlj-exceptions --disable-shared --disable-libgcj --en
able-maintainer-mode
Also please change the Makefile in gcc-3.0/gcc
from

CFLAGS= -g
STAGE1_CFLAGS= -g @stage1_cflags@
BOOT_CFLAGS= -g -O2

to what you want
This is a bug in the makefile. As it is, it won't configure at all.
It needs to be fixed.
Also so far, libstdc++v3 makefiles need work to get rid of the debugging
into too.

this will pick up the winsup directory and the newlib directory.

This is theory right now.



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]