openap-cvs
[Top][All Lists]
Advanced

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

[openap-cvs] : alios Makefile,1.2,1.3


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : alios Makefile,1.2,1.3
Date: Mon, 29 Jul 2002 19:31:25 -0400

Update of /cvsroot/openap/alios
In directory subversions:/tmp/cvs-serv14649

Modified Files:
        Makefile 
Log Message:
don't hard code compiler, use variables so we can override it with
environmental variables.



Index: Makefile
===================================================================
RCS file: /cvsroot/openap/alios/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile    7 May 2002 19:21:53 -0000       1.2
+++ Makefile    29 Jul 2002 23:31:23 -0000      1.3
@@ -76,7 +76,6 @@
 
 OBJCOPY=objcopy -O binary
 
-
 all: alios.bin create_config_block
 
 install:
@@ -89,7 +88,7 @@
        @echo "If you get the error \"attempt to org backwards\","
        @echo "increase the ALIOS_LEN in this Makefile."
        @echo
-       $(AS) $(ASOPTS) \
+       $(CC) $(ASOPTS) \
                -DALIOS_LEN=$(ALIOS_LEN) \
                -DCONFIG_1_S=$(CONFIGURATION_1) \
                $(SFLAGS) \
@@ -102,7 +101,7 @@
        @echo
        @echo "--- Compiling create_config_block ---"
        @echo
-       gcc -O2 -s create_config_block.c -o create_config_block
+       $(CC) -O2 -s create_config_block.c -o create_config_block
 
 .PHONY: clean
 clean: 




reply via email to

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