search for: asflag

Displaying 8 results from an estimated 8 matches for "asflag".

Did you mean: hasflag
2006 May 11
11
[PATCH] Integrating applications into Mini-OS
...' is nasty, so I omitted it. -CFLAGS := -fno-builtin -Wall -Werror -Iinclude/ -Wredundant-decls -Wno-format +CFLAGS := -fno-builtin -Wall -Werror -Wredundant-decls -Wno-format CFLAGS += -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline +override CPPFLAGS := -Iinclude $(CPPFLAGS) +ASFLAGS = -D__ASSEMBLY__ + +LDFLAGS := -N -T minios-$(TARGET_ARCH).lds + ifeq ($(TARGET_ARCH),x86_32) CFLAGS += -m32 -march=i686 -LDFLAGS := -m elf_i386 +LDFLAGS += -m elf_i386 endif ifeq ($(TARGET_ARCH),x86_64) CFLAGS += -m64 -mno-red-zone -fpic -fno-reorder-blocks CFLAGS += -fno-asynchronous-unw...
2008 Mar 25
1
[LLVMdev] Environment variables considered evil
...achine will get funny results. To make matters worse, there does not seem to be an exhaustive list of environment variables to check, at least not for gcc and autoconf (though there are plenty of non-exhaustive ones). I know I have to check CC, CXX, CCFLAGS, CPPFLAGS, CXXFLAGS, and LDFLAGS; does an ASFLAGS exist? A RANLIBFLAGS? ARFLAGS? (This is essentially the same problem as with global variables: lack of information hiding, making it very difficult to check all dependencies.) I'm pretty sure that I'm not the first to observe this kind of difficulty, and the GNU project probably won't...
2006 Mar 27
0
Wine and cedega weird problem
...opengl oss pam pcre pdflib perl png posix python qt quicktime readline samba sdl session simplexml soap sockets spell spl sse ssl tcpd tiff tokenizer truetype truetype-fonts type1-fonts udev usb vorbis win32codecs xine xml xml2 xmms xsl xv zlib userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LINGUAS -------------- next part -------------- Skipped content of type multipart/related
2008 Mar 25
0
[LLVMdev] Potential breakage in llvm-gcc's ./configure
Hi Jo, > No, that was written under the assumption that passing in CC and CXX > via env variables wouldn't work. Things work now, so that assumption > is obviously wrong. > > I still don't like environment variables. They tend to remain in > effect long after I forgot that I set them, creating all sorts of > hassle. In fact I suspect I already fell prey to this,
2008 Mar 24
2
[LLVMdev] Potential breakage in llvm-gcc's ./configure
Am Montag, den 24.03.2008, 12:06 -0700 schrieb Tanya M. Lattner: > > This is close to a showstopper for integrating an llvm-gcc bootstrap > > into the nightly tester. The llvm-gcc ./configure needs to be called > > very differently from the llvm ./configure, and keeping two sets of > > options is Not Worth The Trouble, at least IMHO. > > So you didn't like the
2006 Jan 02
1
winecfg drives, ALSA and crash problem
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: winecfg.jpg Type: image/jpeg Size: 96959 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20060102/6d03599c/winecfg-0001.jpg
1998 Nov 16
5
Solaris make for 0.63 failing
...0C) $(F90FLAGS) -c LINK.ftn= $(F90C) $(F90FLAGS) $(LDFLAGS) M2C= m2c M2FLAGS = MODFLAGS = DEFFLAGS = COMPILE.def= $(M2C) $(M2FLAGS) $(DEFFLAGS) COMPILE.mod= $(M2C) $(M2FLAGS) $(MODFLAGS) PC= pc PFLAGS = COMPILE.p= $(PC) $(PFLAGS) $(CPPFLAGS) -c LINK.p= $(PC) $(PFLAGS) $(CPPFLAGS) $(LDFLAGS) AS= as ASFLAGS = COMPILE.s= $(AS) $(ASFLAGS) COMPILE.S= $(CC) $(ASFLAGS) $(CPPFLAGS) -c CPS= cps CPSFLAGS = LD= ld LDFLAGS = LDLIBS = MAKE= make RM= rm -f AR= ar ARFLAGS= rv GET= get GFLAGS = SCCSFLAGS = SCCSGETFLAGS= -s MAKE= make MANPATH= /usr/man:/apps/res/man:/home/res/public/gnu/man:/apps/res/unix/modula_2...
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
I am trying to build wxruby from source, but I have encounter an error. For some reason the ''rake'' command fail when it tries to link lib/wxruby2.so because it is missing missing -lruby18 resulting in errors like wx.cpp:(.text+0x1618): undefined reference to `rb_intern'' wx.cpp:(.text+0x165c): undefined reference to `rb_eNotImpError'' wx.cpp:(.text+0x1666):