16 lines
247 B
Diff
16 lines
247 B
Diff
---
|
|
Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -55,7 +55,7 @@ endif
|
|
else
|
|
ifeq ($(ARCH),ia64)
|
|
CC64 = gcc
|
|
-LIB64 = lib64
|
|
+LIB64 = lib
|
|
CFLAGS += -DNO_ELFLINK
|
|
else
|
|
ifeq ($(ARCH),sparc64)
|