openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : wl11000 config.in,1.3,1.4 Makefile,1.8,1.9


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : wl11000 config.in,1.3,1.4 Makefile,1.8,1.9
Date: Tue, 16 Jul 2002 21:50:32 -0400

Update of /cvsroot/openap/wl11000
In directory subversions:/tmp/cvs-serv24981

Modified Files:
        config.in Makefile 
Log Message:
remove i386'isms, but still let it be the default


Index: config.in
===================================================================
RCS file: /cvsroot/openap/wl11000/config.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- config.in   17 Jul 2002 00:13:54 -0000      1.3
+++ config.in   17 Jul 2002 01:50:29 -0000      1.4
@@ -5,7 +5,7 @@
 mainmenu_name "OpenAP System Configuration"
 
 string 'tool prefix' \
-            CONFIG_PREFIX /opt/openap-0.1.2-pre/
+            CONFIG_PREFIX /opt/openap-0.1.2-pre/i386-linux
 
 bool 'wl11000' CONFIG_WL11000
 choice 'General AP Config' \

Index: Makefile
===================================================================
RCS file: /cvsroot/openap/wl11000/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile    17 Jul 2002 00:14:19 -0000      1.8
+++ Makefile    17 Jul 2002 01:50:29 -0000      1.9
@@ -59,7 +59,7 @@
 IMAGE_DIR    := $(TOPDIR)/Image_final
 
 TOOL_PREFIX=$(shell echo $(CONFIG_PREFIX))
-CROSS_COMPILE=$(TOOL_PREFIX)bin/i386-uclibc-
+CROSS_COMPILE=$(TOOL_PREFIX)/bin/
 CC=$(CROSS_COMPILE)gcc
 AR=$(CROSS_COMPILE)ar
 LD=$(CROSS_COMPILE)ld
@@ -251,7 +251,7 @@
 reduce:
        $(INSTALL) -d  $(IMAGE_DIR)/lib
        scripts/mklibs -v \
-           -L $(TOOL_PREFIX)lib \
+           -L $(TOOL_PREFIX)/lib \
            --target=$(CROSS_COMPILE) \
            -d $(IMAGE_DIR)/lib \
            --ldlib=ld-uClibc.so.0 \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]