Changeset 3b64f76 in thomson


Ignore:
Timestamp:
Mar 7, 2013, 6:11:30 PM (11 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
f2bbd91
Parents:
732c820
Message:

Fix path in Makefile

git-svn-id: svn://localhost/thomson@38 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/C/alien_message/Makefile

    r732c820 r3b64f76  
    1616
    1717# System settings -----------------------------------------------
    18 PREFIX=m6809-thomson
     18PREFIX=m6809-thomson-none
    1919CC=$(PREFIX)-gcc
    2020AS=$(PREFIX)-as
     
    3737TEST.BIN TEST.map: $(OBJECTS) TEST.script
    3838        #$(CC) -v -Os $(OBJECTS) -o TEST.BIN -Wl,--map -Wl,-m -Wl,-Ttext,0x6100 -nostdlib -lgcc
    39         lwlink --decb $(OBJECTS) --output=TEST.BIN --map=TEST.map --script=TEST.script --library-path=/boot/home/config/lib/gcc/m6809-thomson/4.6.1 --library-path=/boot/home/config/m6809-thomson/lib -lgcc
     39        lwlink --decb $(OBJECTS) --output=TEST.BIN --map=TEST.map --script=TEST.script --library-path=/boot/common/lib/gcc/$(PREFIX)/4.6.1 --library-path=/boot/common/$(PREFIX)/lib -lgcc
    4040
    4141#Compiling
Note: See TracChangeset for help on using the changeset viewer.