This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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]

Re: Can I compile with MMX and SSE/SSE2 instruction sets ?


On 26 Jun 2012, Carlos O'Donell told this:
> We need to decide if we want to fix install_root for all the
> users that are already expecting it to work.

Given the likely triviality of the fix, is it really worth agonizing
over it? I mean, it's no more than this, isn't it?

diff --git a/config.make.in b/config.make.in
index 65410ab..da8fcbd 100644
--- a/config.make.in
+++ b/config.make.in
@@ -5,7 +5,7 @@ version = @VERSION@
 release = @RELEASE@
 
 # Installation prefixes.
-install_root = $(DESTDIR)
+install_root ?= $(DESTDIR)
 prefix = @prefix@
 exec_prefix = @exec_prefix@
 datadir = @datadir@


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