You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567 |
- # Configuration for Darwin / MacOS X, making 32bit fat dynamic libs
-
- RC_CFLAGS=-arch ppc -arch i386
-
- include $(TOP)/configs/darwin
-
- CONFIG_NAME = darwin-fat-32bit
|