diff options
author | Jon Smirl <[email protected]> | 2005-04-25 03:03:10 +0000 |
---|---|---|
committer | Jon Smirl <[email protected]> | 2005-04-25 03:03:10 +0000 |
commit | 576caad33e2db8f6950a33848e05cf3d42e2d918 (patch) | |
tree | 0c115d8c53a3c9bea9c04e2b0fd7c909eb907135 /configs | |
parent | cbc8d7596a9939dcbaa2a1a2aaa65d7fc9d70127 (diff) |
Minor changes to make linux-solo build again
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-solo | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/linux-solo b/configs/linux-solo index d9bb624c3b6..9df35725d0e 100644 --- a/configs/linux-solo +++ b/configs/linux-solo @@ -14,9 +14,6 @@ CFLAGS = $(DEFINES) -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math CXXFLAGS = $(DEFINES) -Wall -O3 -ansi -pedantic -fPIC - -ASM_SOURCES = $(X86_SOURCES) - # Library/program dependencies DRI_LIB_DEPS = -lm -lpthread -lexpat -ldl GL_LIB_DEPS = -lm -lpthread -ldl |