1/1

|
about gcc
by Unknown on Jan 4, 2005 |
Not available! | ||
|
hi all
please tell me what's the differences between " or32-uclinux-gcc -o0 " and "or32-uclinux_gcc -o2" Thanks in advance |
|||
|
about gcc
by Unknown on Jan 4, 2005 |
Not available! | ||
|
Hi,
please tell me what's the differences between " or32-uclinux-gcc -o0 "
and "or32-uclinux_gcc -o2" one difference is optimization. -O0 - no optimization. "O" should be capital afaik. another is "_" vs "-" in the filename. -- Regards, Vladimir |
|||
|
about gcc
by Unknown on Jan 4, 2005 |
Not available! | ||
|
----- Original Message -----
From: zhaogang1213@emails.bjut.edu.cn>
To: openrisc@opencores.org>
Sent: Tuesday, January 04, 2005 4:01 PM
Subject: [openrisc] about gcc
hi all
please tell me what's the differences between " or32-uclinux-gcc -o0 " and "or32-uclinux_gcc -o2" O0/O2 means the gcc's optimize level. You can find more details about gcc in www.gnu.org
Thanks in advance
_______________________________________________
http://www.opencores.org/mailman/listinfo/openrisc
|
|||
1/1

