Changeset 1902 for Whitix/branches

Show
Ignore:
Timestamp:
02/21/09 02:08:34 (3 years ago)
Author:
khorben
Message:

Force gcc -m32 like everywhere

Location:
Whitix/branches/khorben-libc/user/xynth
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/khorben-libc/user/xynth/Makefile.cfg

    r1301 r1902  
    11 
    22# Host Settings 
    3 HOSTCC     = gcc 
     3HOSTCC     = gcc -m32 
    44HOSTCXX    = g++ 
    55HOSTAR     = ar rcs 
  • Whitix/branches/khorben-libc/user/xynth/Makefile.rules

    r682 r1902  
    3434 
    3535HOSTLD     = ld 
    36 HOSTCC     = gcc 
     36HOSTCC     = gcc -m32 
    3737HOSTCXX    = g++ 
    3838HOSTAR     = ar rcs 
     
    4646ifdef $(CROSS_PREFIX) 
    4747LD     = $(CROSS_PREFIX)ld -melf32_i386 
    48 CC     = $(CROSS_PREFIX)gcc 
     48CC     = $(CROSS_PREFIX)gcc -m32 
    4949CXX    = $(CROSS_PREFIX)g++ 
    5050AR     = $(CROSS_PREFIX)ar rcs 
  • Whitix/branches/khorben-libc/user/xynth/src/widget/widgetc/Makefile

    r1205 r1902  
    55DIR = src/widget/widgetc/ 
    66 
    7 LDFLAGS = ../../lib/expat/libexpat.o -L../../../../librtl -L../../../../libc/src -L../../../../libc/src/math -L../../../../posix -lrtl -lc -lm -lpthread ../../../../libc/src/start.o 
    8 INCDIR = ./ ../ ../../lib ../../../../librtl ../../../../libc/include ../../../../posix/include 
     7LDFLAGS = ../../lib/expat/libexpat.o -L../../../../libc/src -L../../../../libc/src/math -L../../../../libc/src/pthread -lc -lm -lpthread ../../../../libc/src/start.o 
     8INCDIR = ./ ../ ../../lib ../../../../libc/include ../../../../posix/include 
    99 
    1010OBJS = widgetc.o list.o code.o header.o xml.o 
  • Whitix/branches/khorben-libc/user/xynth/src/widget/widgetr/Makefile

    r1207 r1902  
    1515 
    1616CFLAGS += $(SPIDER_MONKEY_CFLAGS) 
    17 INCDIR += . .. ../../lib ../../../../librtl ../../../../libc/include ../../../../libc/include/socket ../../../../posix/include $(SPIDER_MONKEY_INC) 
    18 LIBDIR +=  ../../lib ../../widget ../../../../librtl ../../../../libc/src ../../../../libc/src/math ../../../../libc/src/socket ../../../../posix 
     17INCDIR += . .. ../../lib ../../../../librtl ../../../../libc/include ../../../../libc/include/socket ../../../../libc/include/pthread $(SPIDER_MONKEY_INC) 
     18LIBDIR +=  ../../lib ../../widget ../../../../librtl ../../../../libc/src ../../../../libc/src/math ../../../../libc/src/socket ../../../../libc/src/pthread 
    1919 
    2020LIBDIR-$(PLATFORM_MINGW) = ../../server/video/gdi/pthread_w32