This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Target-dependent, language dependent LDFLAGS during build?



  Is this possible by any supported mechanism we currently have in the gcc
build system?

  I want to add "-Wl,-stack,0x8000000" to the link flags when building jc1, on
Cygwin only.  Can I just do something like this

jc1$(exeext) : LDFLAGS += -Wl,-stack,0x8000000

in a tm frag and expect it to be reliable?

    cheers,
      DaveK


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