diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-12 11:04:19 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-12 11:04:19 -0700 |
commit | f911ca0834934fe678383b9edcffc79639dd77eb (patch) | |
tree | 8cbe4dea9da27dac9534baec955d7cb59139100f /configs/darwin | |
parent | 98e7c1cf3852fbc2924b55b5a684f13a710eec04 (diff) |
Removed broken/unsupported darwin-static configs
Fixed typo in darwin config
Diffstat (limited to 'configs/darwin')
-rw-r--r-- | configs/darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/darwin b/configs/darwin index b41c6cb0e1..aa9efb66f5 100644 --- a/configs/darwin +++ b/configs/darwin @@ -18,7 +18,7 @@ DEFINES = -D_DARWIN_C_SOURCE -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L \ # -DGLX_DIRECT_RENDERING - pulls in libdrm stuff in glx/x11 # -DIN_DRI_DRIVER -ARCH_FLAGS += $(RC_FLAGS) +ARCH_FLAGS += $(RC_CFLAGS) CFLAGS = -g -O2 -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing \ -I$(INSTALL_DIR)/include $(OPT_FLAGS) $(PIC_FLAGS) $(ARCH_FLAGS) $(ASM_FLAGS) $(DEFINES) |