Project

General

Profile

« Previous | Next » 

Revision 17c8bf2c

Added by alanwu (Alan Wu) almost 3 years ago

configure: Don't use use LD=clang, ld takes different flags

This was a difference from using a GNU toolchain previously. It wasn't a
problem because we don't invoke $(LD) in the Makefile currently. YJIT
will want to invoke LD, so needs this consistency.