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]

The bogus %{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.2}


I think I was the one who put the bogus

%{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.2}

in the spec file :-). I don't see how it can work since

# gcc -dynamic-linker ...

will pass -dynamic-linker to cc1 also. I'd like to fix it. How about

%{!rno-dynamic-linker:-dynamic-linker /lib/ld-linux.so.2}

or

%{!rABI:-dynamic-linker /lib/ld-linux.so.2}

or

%{!rabi:-dynamic-linker /lib/ld-linux.so.2}

Any comments? It was long long time ago. I didn't remember why I
chose that particular switch.


-- 
H.J. Lu (hjl@gnu.org)

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