lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 29 Nov 2010 13:10:29 -0500
From:	Valdis.Kletnieks@...edu
To:	乔崇 <qiaochong@...ngson.cn>
Cc:	hellogcc@...elists.org,
	Américo Wang <xiyou.wangcong@...il.com>,
	linux-kernel@...r.kernel.org, gdb@...rceware.org
Subject: Re: [hellogcc] Re: [PATCH] Built kernel without -O2 option

On Mon, 29 Nov 2010 17:45:15 +0800, 乔崇 said:

> change mycc to this will work,:)
> 
> #!/bin/sh
> gcc "$@" -O0 ||
>  gcc "$@" -O1 ||
>  gcc "$@"

That may result in issues - the problem is that there are places in the kernel
where 'gcc -O0' will *compile* cleanly, but not actually *run* correctly.


Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ