OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [config/] [mh-darwin] - Blame information for rev 722

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 722 jeremybenn
# The -mdynamic-no-pic ensures that the compiler executable is built without
2
# position-independent-code -- the usual default on Darwin. This fix speeds
3
# compiles by 3-5%.
4
BOOT_CFLAGS += -mdynamic-no-pic
5
 
6
# Ensure we don't try and use -pie, as it is incompatible with pch.
7
BOOT_LDFLAGS += `case ${host} in *-*-darwin[1][1-9]*) echo -Wl,-no_pie ;; esac;`

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.